diff options
Diffstat (limited to 'qt-ui/configuredivecomputerdialog.ui')
-rw-r--r-- | qt-ui/configuredivecomputerdialog.ui | 147 |
1 files changed, 100 insertions, 47 deletions
diff --git a/qt-ui/configuredivecomputerdialog.ui b/qt-ui/configuredivecomputerdialog.ui index d5381cb89..69a74ee93 100644 --- a/qt-ui/configuredivecomputerdialog.ui +++ b/qt-ui/configuredivecomputerdialog.ui @@ -1954,14 +1954,7 @@ </property> </widget> </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_49"> - <property name="text"> - <string>Future TTS</string> - </property> - </widget> - </item> - <item row="9" column="3"> + <item row="10" column="3"> <widget class="QLabel" name="label_53"> <property name="text"> <string>Desaturation</string> @@ -1971,7 +1964,14 @@ </property> </widget> </item> - <item row="9" column="4"> + <item row="1" column="0"> + <widget class="QLabel" name="label_49"> + <property name="text"> + <string>Future TTS</string> + </property> + </widget> + </item> + <item row="10" column="4"> <widget class="QSpinBox" name="desaturationSpinBox_3"> <property name="suffix"> <string>%</string> @@ -1987,7 +1987,7 @@ </property> </widget> </item> - <item row="13" column="0"> + <item row="15" column="0"> <spacer name="verticalSpacer_6"> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -2020,35 +2020,6 @@ </property> </widget> </item> - <item row="1" column="1"> - <widget class="QSpinBox" name="futureTTSSpinBox_3"> - <property name="suffix"> - <string> min</string> - </property> - <property name="maximum"> - <number>9</number> - </property> - </widget> - </item> - <item row="3" column="4"> - <widget class="QSpinBox" name="aGFLowSpinBox_3"> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="suffix"> - <string>%</string> - </property> - <property name="minimum"> - <number>5</number> - </property> - <property name="maximum"> - <number>255</number> - </property> - <property name="value"> - <number>30</number> - </property> - </widget> - </item> <item row="0" column="1"> <widget class="QComboBox" name="decoTypeComboBox_3"> <property name="currentIndex"> @@ -2091,6 +2062,35 @@ </item> </widget> </item> + <item row="1" column="1"> + <widget class="QSpinBox" name="futureTTSSpinBox_3"> + <property name="suffix"> + <string> min</string> + </property> + <property name="maximum"> + <number>9</number> + </property> + </widget> + </item> + <item row="3" column="4"> + <widget class="QSpinBox" name="aGFLowSpinBox_3"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="suffix"> + <string>%</string> + </property> + <property name="minimum"> + <number>5</number> + </property> + <property name="maximum"> + <number>255</number> + </property> + <property name="value"> + <number>30</number> + </property> + </widget> + </item> <item row="2" column="0"> <widget class="QLabel" name="label_55"> <property name="text"> @@ -2101,7 +2101,7 @@ </property> </widget> </item> - <item row="8" column="4"> + <item row="9" column="4"> <widget class="QSpinBox" name="saturationSpinBox_3"> <property name="suffix"> <string>%</string> @@ -2150,7 +2150,7 @@ </property> </widget> </item> - <item row="8" column="3"> + <item row="9" column="3"> <widget class="QLabel" name="label_56"> <property name="text"> <string>Saturation</string> @@ -2160,6 +2160,13 @@ </property> </widget> </item> + <item row="2" column="3"> + <widget class="QLabel" name="label_52"> + <property name="text"> + <string>GFHigh</string> + </property> + </widget> + </item> <item row="1" column="4"> <widget class="QSpinBox" name="gfLowSpinBox_3"> <property name="suffix"> @@ -2176,6 +2183,13 @@ </property> </widget> </item> + <item row="1" column="3"> + <widget class="QLabel" name="label_51"> + <property name="text"> + <string>GFLow</string> + </property> + </widget> + </item> <item row="2" column="4"> <widget class="QSpinBox" name="gfHighSpinBox_3"> <property name="suffix"> @@ -2192,17 +2206,56 @@ </property> </widget> </item> - <item row="2" column="3"> - <widget class="QLabel" name="label_52"> + <item row="6" column="0" colspan="2"> + <widget class="QCheckBox" name="graphicalSpeedIndicator_3"> <property name="text"> - <string>GFHigh</string> + <string>Graphical speed indicator</string> </property> </widget> </item> - <item row="1" column="3"> - <widget class="QLabel" name="label_51"> + <item row="12" column="4"> + <widget class="QSpinBox" name="decoGasConsumption_3"> + <property name="suffix"> + <string> l/m</string> + </property> + <property name="minimum"> + <number>5</number> + </property> + <property name="maximum"> + <number>50</number> + </property> + <property name="value"> + <number>20</number> + </property> + </widget> + </item> + <item row="11" column="4"> + <widget class="QSpinBox" name="bottomGasConsumption_3"> + <property name="suffix"> + <string> l/m</string> + </property> + <property name="minimum"> + <number>5</number> + </property> + <property name="maximum"> + <number>50</number> + </property> + <property name="value"> + <number>20</number> + </property> + </widget> + </item> + <item row="11" column="3"> + <widget class="QLabel" name="label_50"> <property name="text"> - <string>GFLow</string> + <string>Bottom gas consumption</string> + </property> + </widget> + </item> + <item row="12" column="3"> + <widget class="QLabel" name="label_59"> + <property name="text"> + <string>Deco gas consumption</string> </property> </widget> </item> |