aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joakim Bygdell <j.bygdell@gmail.com>2015-07-08 08:12:53 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-08 06:33:29 -0700
commit543ffcda32f02fc83f745e89176067214885f35b (patch)
tree93f4eb565dda032964deaa967cc07cdde5ebacc9
parentfa69a1b7d5655cef790f4bf78f43d322ba78e3d3 (diff)
downloadsubsurface-543ffcda32f02fc83f745e89176067214885f35b.tar.gz
Planner: move notes options under gas options
The notes optiopns are rather few, if we move them under the gas options we can save a bit of hirizontal space. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--qt-ui/plannerSettings.ui196
1 files changed, 98 insertions, 98 deletions
diff --git a/qt-ui/plannerSettings.ui b/qt-ui/plannerSettings.ui
index 2f69cf86d..dd8beddaf 100644
--- a/qt-ui/plannerSettings.ui
+++ b/qt-ui/plannerSettings.ui
@@ -529,29 +529,8 @@
<property name="spacing">
<number>2</number>
</property>
- <item row="0" column="0">
- <widget class="QLabel" name="label_13">
- <property name="text">
- <string>Bottom SAC</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="label_14">
- <property name="text">
- <string>Deco SAC</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="label_6">
- <property name="text">
- <string>Bottom pO₂</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QDoubleSpinBox" name="bottompo2">
+ <item row="3" column="1">
+ <widget class="QDoubleSpinBox" name="decopo2">
<property name="suffix">
<string>bar</string>
</property>
@@ -562,30 +541,84 @@
<double>0.100000000000000</double>
</property>
<property name="value">
- <double>1.400000000000000</double>
+ <double>1.600000000000000</double>
</property>
</widget>
</item>
- <item row="3" column="0">
- <widget class="QLabel" name="label_7">
- <property name="text">
- <string>Deco pO₂</string>
+ <item row="5" column="0" colspan="2">
+ <widget class="QGroupBox" name="groupBox_6">
+ <property name="title">
+ <string>Notes</string>
</property>
+ <layout class="QGridLayout" name="gridLayout_6">
+ <property name="leftMargin">
+ <number>2</number>
+ </property>
+ <property name="topMargin">
+ <number>2</number>
+ </property>
+ <property name="rightMargin">
+ <number>2</number>
+ </property>
+ <property name="bottomMargin">
+ <number>2</number>
+ </property>
+ <property name="spacing">
+ <number>2</number>
+ </property>
+ <item row="0" column="0">
+ <widget class="QCheckBox" name="display_runtime">
+ <property name="toolTip">
+ <string>In dive plan, show runtime (absolute time) of stops</string>
+ </property>
+ <property name="text">
+ <string>Display runtime</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0">
+ <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>
+ </widget>
+ </item>
+ <item row="2" column="0">
+ <widget class="QCheckBox" name="display_transitions">
+ <property name="toolTip">
+ <string>In diveplan, list transitions or treat them as implicit</string>
+ </property>
+ <property name="text">
+ <string>Display transitions in deco</string>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0">
+ <widget class="QCheckBox" name="verbatim_plan">
+ <property name="text">
+ <string>Verbatim dive plan</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
</widget>
</item>
- <item row="3" column="1">
- <widget class="QDoubleSpinBox" name="decopo2">
+ <item row="0" column="1">
+ <widget class="QDoubleSpinBox" name="bottomSAC">
<property name="suffix">
- <string>bar</string>
- </property>
- <property name="maximum">
- <double>2.000000000000000</double>
+ <string>ℓ/min</string>
</property>
- <property name="singleStep">
- <double>0.100000000000000</double>
+ <property name="decimals">
+ <number>0</number>
</property>
- <property name="value">
- <double>1.600000000000000</double>
+ <property name="maximum">
+ <double>99.000000000000000</double>
</property>
</widget>
</item>
@@ -597,13 +630,13 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
- <height>40</height>
+ <height>20</height>
</size>
</property>
</spacer>
</item>
- <item row="0" column="1">
- <widget class="QDoubleSpinBox" name="bottomSAC">
+ <item row="1" column="1">
+ <widget class="QDoubleSpinBox" name="decoStopSAC">
<property name="suffix">
<string>ℓ/min</string>
</property>
@@ -615,84 +648,51 @@
</property>
</widget>
</item>
- <item row="1" column="1">
- <widget class="QDoubleSpinBox" name="decoStopSAC">
+ <item row="2" column="1">
+ <widget class="QDoubleSpinBox" name="bottompo2">
<property name="suffix">
- <string>ℓ/min</string>
- </property>
- <property name="decimals">
- <number>0</number>
+ <string>bar</string>
</property>
<property name="maximum">
- <double>99.000000000000000</double>
+ <double>2.000000000000000</double>
</property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="groupBox_6">
- <property name="title">
- <string>Notes</string>
- </property>
- <layout class="QGridLayout" name="gridLayout_6">
- <property name="leftMargin">
- <number>2</number>
- </property>
- <property name="topMargin">
- <number>2</number>
- </property>
- <property name="rightMargin">
- <number>2</number>
- </property>
- <property name="bottomMargin">
- <number>2</number>
- </property>
- <property name="spacing">
- <number>2</number>
- </property>
- <item row="0" column="0">
- <widget class="QCheckBox" name="display_runtime">
- <property name="toolTip">
- <string>In dive plan, show runtime (absolute time) of stops</string>
+ <property name="singleStep">
+ <double>0.100000000000000</double>
</property>
- <property name="text">
- <string>Display runtime</string>
+ <property name="value">
+ <double>1.400000000000000</double>
</property>
</widget>
</item>
- <item row="1" column="0">
- <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>
+ <item row="3" column="0">
+ <widget class="QLabel" name="label_7">
<property name="text">
- <string>Display segment duration</string>
+ <string>Deco pO₂</string>
</property>
</widget>
</item>
<item row="2" column="0">
- <widget class="QCheckBox" name="display_transitions">
- <property name="toolTip">
- <string>In diveplan, list transitions or treat them as implicit</string>
+ <widget class="QLabel" name="label_6">
+ <property name="text">
+ <string>Bottom pO₂</string>
</property>
+ </widget>
+ </item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="label_14">
<property name="text">
- <string>Display transitions in deco</string>
+ <string>Deco SAC</string>
</property>
</widget>
</item>
- <item row="3" column="0">
- <widget class="QCheckBox" name="verbatim_plan">
+ <item row="0" column="0">
+ <widget class="QLabel" name="label_13">
<property name="text">
- <string>Verbatim dive plan</string>
+ <string>Bottom SAC</string>
</property>
</widget>
</item>
- <item row="4" column="0">
+ <item row="6" column="0">
<spacer name="verticalSpacer_4">
<property name="orientation">
<enum>Qt::Vertical</enum>
@@ -700,7 +700,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
- <height>40</height>
+ <height>20</height>
</size>
</property>
</spacer>