diff options
author | Anton Lundin <glance@acc.umu.se> | 2015-09-11 00:13:56 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-09-10 15:37:13 -0700 |
commit | c0c4b5c4b36253dbcff0b51d1f428314df7c5571 (patch) | |
tree | 3ef368a89d5cd5e24070662762f61aea79c32f13 /qt-ui/configuredivecomputerdialog.ui | |
parent | 444d0d669383ecba57494a53b5840fd1e279a7e5 (diff) | |
download | subsurface-c0c4b5c4b36253dbcff0b51d1f428314df7c5571.tar.gz |
Configure divecomputers: add delegates for setpoint configuration
This adds delegates to simplify configuration of setpoint values in the
OSTC's.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/configuredivecomputerdialog.ui')
-rw-r--r-- | qt-ui/configuredivecomputerdialog.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qt-ui/configuredivecomputerdialog.ui b/qt-ui/configuredivecomputerdialog.ui index ae39bbf36..a0a0a2eac 100644 --- a/qt-ui/configuredivecomputerdialog.ui +++ b/qt-ui/configuredivecomputerdialog.ui @@ -1217,12 +1217,12 @@ </column> <column> <property name="text"> - <string>Set point [cbar]</string> + <string>Set point</string> </property> </column> <column> <property name="text"> - <string>Change depth [m]</string> + <string>Change depth</string> </property> </column> <item row="0" column="0"> @@ -2466,12 +2466,12 @@ </column> <column> <property name="text"> - <string>Set point [cbar]</string> + <string>Set point</string> </property> </column> <column> <property name="text"> - <string>Change depth [m]</string> + <string>Change depth</string> </property> </column> <item row="0" column="0"> |