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/plannerSettings.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/plannerSettings.ui')
-rw-r--r-- | qt-ui/plannerSettings.ui | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/qt-ui/plannerSettings.ui b/qt-ui/plannerSettings.ui index 547bd8124..82584fa0e 100644 --- a/qt-ui/plannerSettings.ui +++ b/qt-ui/plannerSettings.ui @@ -244,6 +244,42 @@ </property> </widget> </item> + <item row="5" column="0"> + <widget class="QLabel" name="label_8"> + <property name="text"> + <string>Decent rate</string> + </property> + </widget> + </item> + <item row="6" column="0"> + <widget class="QLabel" name="label_9"> + <property name="text"> + <string>surface to the bottom</string> + </property> + </widget> + </item> + <item row="6" column="1"> + <widget class="QSpinBox" name="descRate"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>20</height> + </size> + </property> + <property name="minimum"> + <number>1</number> + </property> + <property name="value"> + <number>18</number> + </property> + </widget> + </item> </layout> </widget> </item> @@ -263,6 +299,7 @@ <tabstop>backgasBreaks</tabstop> <tabstop>ascRate75_2</tabstop> <tabstop>ascRate75_3</tabstop> + <tabstop>descRate</tabstop> </tabstops> <resources/> <connections/> |