diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-06-03 11:38:24 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-03 07:38:28 -0700 |
commit | 575a092e7e87d7c86a3eabf89eb9fd68376b92b6 (patch) | |
tree | b84a52fab6903a4074faea9192c22564a97d73ff /qt-ui/diveplanner.ui | |
parent | 6699e3ab3e3f617d5080720733df85cb6a9e2296 (diff) | |
download | subsurface-575a092e7e87d7c86a3eabf89eb9fd68376b92b6.tar.gz |
Planner note logic and layout improved
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.ui')
-rw-r--r-- | qt-ui/diveplanner.ui | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.ui b/qt-ui/diveplanner.ui index 043214340..e8db4336a 100644 --- a/qt-ui/diveplanner.ui +++ b/qt-ui/diveplanner.ui @@ -2,6 +2,9 @@ <ui version="4.0"> <class>DivePlanner</class> <widget class="QWidget" name="DivePlanner"> + <property name="enabled"> + <bool>true</bool> + </property> <property name="geometry"> <rect> <x>0</x> @@ -195,18 +198,24 @@ <string>In diveplan, list transitions or treat them as implicit</string> </property> <property name="text"> - <string>display transitions</string> + <string>display transitions in deco</string> </property> </widget> </item> <item row="7" column="1"> <widget class="QCheckBox" name="display_duration"> + <property name="enabled"> + <bool>true</bool> + </property> <property name="toolTip"> <string>In dive plan, show duration (relative time) of stops</string> </property> <property name="text"> <string>display segment duration</string> </property> + <property name="checked"> + <bool>false</bool> + </property> </widget> </item> <item row="7" column="0"> |