Added salinity to the Dive Info tab.

Took the opportunity to remove some copy&paste.

Signed-off-by: Patrick Valsecchi <patrick@thus.ch>
This commit is contained in:
Patrick Valsecchi 2013-10-10 10:16:32 +02:00 committed by Dirk Hohndel
parent c5a15c6a45
commit 1dccf84c67
2 changed files with 26 additions and 20 deletions

View file

@ -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>