mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:03:24 +00:00
Change tab widget names.
Names for individual tab widgets were not specific and caused warnings from UIC. Rename the individual widgets to reflect purpose. [Dirk Hohndel: removed some of the hunks that appeared to be unintentional changes not mentioned in the commit log] Signed-off-by: Amit Chaudhuri <amit.k.chaudhuri@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d3c0a90e34
commit
e865aed478
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="tab">
|
<widget class="QWidget" name="infoTab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Dive Info</string>
|
<string>Dive Info</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
@ -307,7 +307,7 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="tab">
|
<widget class="QWidget" name="notesTab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Dive Notes</string>
|
<string>Dive Notes</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
@ -374,7 +374,7 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="tab_2">
|
<widget class="QWidget" name="equipmentTab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Equipment</string>
|
<string>Equipment</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
@ -484,7 +484,7 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="tab_3">
|
<widget class="QWidget" name="statisticsTab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Stats</string>
|
<string>Stats</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
|
Loading…
Add table
Reference in a new issue