Fix duplicate names of widgets.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
3eca669004
commit
1c7f124977
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
<property name="currentIndex">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="tab">
|
||||
<widget class="QWidget" name="tabMain">
|
||||
<attribute name="title">
|
||||
<string>Main</string>
|
||||
</attribute>
|
||||
|
@ -26,7 +26,7 @@
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="tab">
|
||||
<widget class="QWidget" name="tabAux">
|
||||
<attribute name="title">
|
||||
<string>Aux</string>
|
||||
</attribute>
|
||||
|
|
Loading…
Add table
Reference in a new issue