diff options
author | Patrick Valsecchi <patrick@thus.ch> | 2013-10-10 10:16:32 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-10 07:11:32 -0700 |
commit | 1dccf84c678b4d91ac4efeab3432360ce0aa1cbc (patch) | |
tree | c16740b4facf50fb1d3c54a436325c40ebe3d833 /qt-ui/maintab.ui | |
parent | c5a15c6a4544379a907e67accd849d2bdfe309a0 (diff) | |
download | subsurface-1dccf84c678b4d91ac4efeab3432360ce0aa1cbc.tar.gz |
Added salinity to the Dive Info tab.
Took the opportunity to remove some copy&paste.
Signed-off-by: Patrick Valsecchi <patrick@thus.ch>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 2f532c74b..3685f19ac 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -584,6 +584,22 @@ </widget> </item> <item row="4" column="0"> + <widget class="QGroupBox"> + <property name="title"> + <string>Salinity</string> + </property> + <layout class="QHBoxLayout"> + <item> + <widget class="QLabel" name="salinityText"> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item row="5" column="0"> <spacer> <property name="orientation"> <enum>Qt::Vertical</enum> |