summaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
authorGravatar Amit Chaudhuri <amit.k.chaudhuri@gmail.com>2013-04-08 19:54:56 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-08 12:58:06 -0700
commite865aed478b30a0f9a93b2f2c87d23cd7cbd72df (patch)
treec8bcc447cea88b05ed66efac35c257d52fd15a99 /qt-ui
parentd3c0a90e347b8393a7517b08812c28f099bea65c (diff)
downloadsubsurface-e865aed478b30a0f9a93b2f2c87d23cd7cbd72df.tar.gz
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>
Diffstat (limited to 'qt-ui')
-rw-r--r--qt-ui/maintab.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui
index a0aec4358..7432dc466 100644
--- a/qt-ui/maintab.ui
+++ b/qt-ui/maintab.ui
@@ -16,7 +16,7 @@
<property name="currentIndex">
<number>0</number>
</property>
- <widget class="QWidget" name="tab">
+ <widget class="QWidget" name="infoTab">
<attribute name="title">
<string>Dive Info</string>
</attribute>
@@ -307,7 +307,7 @@
</item>
</layout>
</widget>
- <widget class="QWidget" name="tab">
+ <widget class="QWidget" name="notesTab">
<attribute name="title">
<string>Dive Notes</string>
</attribute>
@@ -374,7 +374,7 @@
</item>
</layout>
</widget>
- <widget class="QWidget" name="tab_2">
+ <widget class="QWidget" name="equipmentTab">
<attribute name="title">
<string>Equipment</string>
</attribute>
@@ -484,7 +484,7 @@
</item>
</layout>
</widget>
- <widget class="QWidget" name="tab_3">
+ <widget class="QWidget" name="statisticsTab">
<attribute name="title">
<string>Stats</string>
</attribute>