Merge pull request #4514 from Danman3412/(QLabel)_is_already_in_use-Correct_Auto_Default

Fix Default Label is already in use
This commit is contained in:
Weiyi Wang
2018-12-16 11:26:16 -05:00
committed by GitHub

View File

@@ -20,7 +20,7 @@
<item> <item>
<layout class="QHBoxLayout"> <layout class="QHBoxLayout">
<item> <item>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label1">
<property name="text"> <property name="text">
<string>Output Engine:</string> <string>Output Engine:</string>
</property> </property>
@@ -44,7 +44,7 @@
<item> <item>
<layout class="QHBoxLayout"> <layout class="QHBoxLayout">
<item> <item>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label2">
<property name="text"> <property name="text">
<string>Audio Device:</string> <string>Audio Device:</string>
</property> </property>