diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-06-23 19:21:29 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-24 17:26:31 +0800 |
commit | ccfdcca6e63336fddf4444e7bcf56c009c6195f7 (patch) | |
tree | b49d1107430b386e84ede52a65d404dd28ce18aa /qt-ui/diveplanner.ui | |
parent | 5904be2e0681a20be23a5190c4bd3d183db8689f (diff) | |
download | subsurface-ccfdcca6e63336fddf4444e7bcf56c009c6195f7.tar.gz |
Drop like a stone mode in planner
Most of my dives i plan i know it will just be full speed down a line in
the beginning and thus the planner can figure out that leg of the plan
by it self.
The config box added here isn't connected, because i saw that the other
planner boxes wasn't connected ether, so i left it in the same state as
they where.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.ui')
-rw-r--r-- | qt-ui/diveplanner.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.ui b/qt-ui/diveplanner.ui index 1aa4376dc..33ec33cbd 100644 --- a/qt-ui/diveplanner.ui +++ b/qt-ui/diveplanner.ui @@ -185,6 +185,13 @@ </property> </widget> </item> + <item row="6" column="0"> + <widget class="QCheckBox" name="drop_stone_mode"> + <property name="text"> + <string>Drop like a stone mode</string> + </property> + </widget> + </item> <item row="6" column="1"> <widget class="QPushButton" name="printPlan"> <property name="text"> |