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:
commit
37781b85e2
|
@ -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>
|
||||||
|
|
Reference in New Issue