diff options
author | Amit Chaudhuri <amit.k.chaudhuri@gmail.com> | 2013-04-08 19:54:56 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-08 12:58:06 -0700 |
commit | e865aed478b30a0f9a93b2f2c87d23cd7cbd72df (patch) | |
tree | c8bcc447cea88b05ed66efac35c257d52fd15a99 /qt-ui | |
parent | d3c0a90e347b8393a7517b08812c28f099bea65c (diff) | |
download | subsurface-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.ui | 8 |
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> |