2014-06-10 15:40:02 +00:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>plannerSettingsWidget</class>
|
|
|
|
|
<widget class="QWidget" name="plannerSettingsWidget">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<width>1102</width>
|
|
|
|
|
<height>442</height>
|
2014-06-10 15:40:02 +00:00
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
2014-06-26 15:04:39 +00:00
|
|
|
|
<item>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
2014-06-26 15:04:39 +00:00
|
|
|
|
</property>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="widgetResizable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<width>1092</width>
|
|
|
|
|
<height>432</height>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
</rect>
|
2014-06-26 19:53:42 +00:00
|
|
|
|
</property>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<widget class="QGroupBox" name="Rates">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Rates</string>
|
2014-06-26 19:53:42 +00:00
|
|
|
|
</property>
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<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>
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="Ascent">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Ascent</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
|
<property name="leftMargin">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<number>12</number>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
</property>
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="ascBelow75">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="text">
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<string>below 75% avg. depth</string>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QSpinBox" name="ascRate75">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>m/min</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="asc75to50">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>75% to 50% avg. depth</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QSpinBox" name="ascRate50">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>m/min</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="asc50to6">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>50% avg. depth to 6m</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QSpinBox" name="ascRateStops">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>m/min</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="asc6toSurf">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>6m to surface</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QSpinBox" name="ascRateLast6m">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>m/min</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="Descent">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Descent</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="descent">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>surface to the bottom</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QSpinBox" name="descRate">
|
|
|
|
|
<property name="sizePolicy">
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>16777215</width>
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>m/min</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>18</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<zorder>descRate</zorder>
|
|
|
|
|
<zorder>descent</zorder>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<item row="2" column="0">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<widget class="QGroupBox" name="Planning">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Planning</string>
|
2014-06-26 19:53:42 +00:00
|
|
|
|
</property>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<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>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<item row="11" column="1">
|
|
|
|
|
<widget class="QRadioButton" name="vpmb_deco">
|
2015-07-07 18:22:38 +00:00
|
|
|
|
<property name="text">
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<string>VPM-B deco</string>
|
2015-07-07 18:22:38 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<item row="4" column="1">
|
|
|
|
|
<widget class="QRadioButton" name="buehlmann_deco">
|
2014-12-26 14:09:18 +00:00
|
|
|
|
<property name="text">
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<string>Buehlmann deco</string>
|
2014-12-26 14:09:18 +00:00
|
|
|
|
</property>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<property name="checked">
|
|
|
|
|
<bool>true</bool>
|
2015-03-31 12:52:37 +00:00
|
|
|
|
</property>
|
2015-07-07 18:22:38 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
2015-07-07 18:22:38 +00:00
|
|
|
|
<property name="text">
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<string>Reserve gas</string>
|
2015-07-07 18:22:38 +00:00
|
|
|
|
</property>
|
|
|
|
|
<property name="indent">
|
|
|
|
|
<number>26</number>
|
2015-03-31 12:52:37 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
<widget class="QSpinBox" name="reserve_gas">
|
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>bar</string>
|
2015-07-07 18:22:38 +00:00
|
|
|
|
</property>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<property name="prefix">
|
|
|
|
|
<string/>
|
2015-07-07 18:22:38 +00:00
|
|
|
|
</property>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>10</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>99</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>40</number>
|
2015-07-07 18:22:38 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="9" column="2">
|
|
|
|
|
<widget class="QSpinBox" name="gfhigh">
|
2014-08-06 08:16:12 +00:00
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>%</string>
|
|
|
|
|
</property>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>150</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<item row="17" column="1" colspan="2">
|
2015-07-07 18:22:38 +00:00
|
|
|
|
<widget class="QCheckBox" name="switch_at_req_stop">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Postpone gas change if a stop is not required</string>
|
|
|
|
|
</property>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="text">
|
2015-07-07 18:22:38 +00:00
|
|
|
|
<string>Only switch at required stops</string>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-07-07 18:22:38 +00:00
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<spacer name="verticalSpacer_6">
|
2015-03-31 12:52:37 +00:00
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
</property>
|
2015-03-31 12:52:37 +00:00
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
2015-07-07 18:22:38 +00:00
|
|
|
|
<height>20</height>
|
2015-03-31 12:52:37 +00:00
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<item row="8" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_15">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>GF low</string>
|
2015-03-31 12:52:37 +00:00
|
|
|
|
</property>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<property name="indent">
|
|
|
|
|
<number>26</number>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
</property>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="16" column="1" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="backgasBreaks">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Plan backgas breaks</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
</item>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<item row="9" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_16">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>GF high</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="indent">
|
|
|
|
|
<number>25</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="18" column="2">
|
2015-07-07 18:22:38 +00:00
|
|
|
|
<widget class="QSpinBox" name="min_switch_duration">
|
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>min</string>
|
2015-07-03 21:07:58 +00:00
|
|
|
|
</property>
|
2015-07-07 18:22:38 +00:00
|
|
|
|
<property name="prefix">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>9</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>1</number>
|
2015-07-03 21:07:58 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<item row="15" column="1" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="lastStop">
|
2015-07-03 21:07:58 +00:00
|
|
|
|
<property name="text">
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<string>Last stop at 6m</string>
|
2015-07-03 21:07:58 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QRadioButton" name="recreational_deco">
|
2015-04-02 08:32:14 +00:00
|
|
|
|
<property name="text">
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<string>Recreational mode</string>
|
2015-04-02 08:32:14 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<item row="19" column="1">
|
|
|
|
|
<widget class="QComboBox" name="rebreathermode">
|
|
|
|
|
<property name="currentText" stdset="0">
|
|
|
|
|
<string/>
|
2015-04-09 15:41:41 +00:00
|
|
|
|
</property>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<property name="maxVisibleItems">
|
|
|
|
|
<number>6</number>
|
2015-07-07 18:22:38 +00:00
|
|
|
|
</property>
|
2015-04-09 15:41:41 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<item row="8" column="2">
|
|
|
|
|
<widget class="QSpinBox" name="gflow">
|
2015-04-09 15:41:41 +00:00
|
|
|
|
<property name="suffix">
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<string>%</string>
|
2015-04-09 15:41:41 +00:00
|
|
|
|
</property>
|
|
|
|
|
<property name="minimum">
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<number>1</number>
|
2015-04-09 15:41:41 +00:00
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<number>150</number>
|
2015-04-09 15:41:41 +00:00
|
|
|
|
</property>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="14" column="1" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="drop_stone_mode">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Drop to first depth</string>
|
2015-04-09 15:41:41 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<item row="18" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Min. switch duration</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="20" column="1">
|
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2015-07-07 18:22:38 +00:00
|
|
|
|
<item row="2" column="1" alignment="Qt::AlignHCenter">
|
|
|
|
|
<widget class="QCheckBox" name="safetystop">
|
|
|
|
|
<property name="layoutDirection">
|
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
2015-06-22 11:48:42 +00:00
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2015-07-07 18:22:38 +00:00
|
|
|
|
<string>Safety stop</string>
|
2015-06-22 11:48:42 +00:00
|
|
|
|
</property>
|
2015-07-07 18:22:38 +00:00
|
|
|
|
<property name="tristate">
|
|
|
|
|
<bool>false</bool>
|
2015-06-19 10:25:03 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-07-07 18:22:38 +00:00
|
|
|
|
<item row="10" column="1">
|
|
|
|
|
<spacer name="verticalSpacer_7">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
2015-06-19 10:25:03 +00:00
|
|
|
|
</property>
|
2015-07-07 18:22:38 +00:00
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
2015-06-19 10:25:03 +00:00
|
|
|
|
</property>
|
2015-07-07 18:22:38 +00:00
|
|
|
|
</spacer>
|
2015-06-19 10:25:03 +00:00
|
|
|
|
</item>
|
2015-08-15 13:16:51 +00:00
|
|
|
|
<item row="13" column="1">
|
|
|
|
|
<spacer name="verticalSpacer_5">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="12" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Conservatism level</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="12" column="2">
|
|
|
|
|
<widget class="QSpinBox" name="conservatism_lvl">
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>4</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<widget class="QGroupBox" name="Gas">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Gas options</string>
|
2014-06-26 19:53:42 +00:00
|
|
|
|
</property>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
|
<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>
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<item row="4" column="0">
|
|
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="bottompo2">
|
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>bar</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<double>2.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<double>1.400000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="bottomSAC">
|
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>ℓ/min</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="decimals">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<double>99.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-07-08 06:12:53 +00:00
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="decopo2">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>bar</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<double>2.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
2015-07-08 06:12:53 +00:00
|
|
|
|
<double>1.600000000000000</double>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="bottomsac">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Bottom SAC</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="bottompO2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Bottom pO₂</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-07-08 06:12:53 +00:00
|
|
|
|
<item row="5" column="0" colspan="2">
|
2015-07-08 14:05:48 +00:00
|
|
|
|
<widget class="QGroupBox" name="Notes">
|
2015-07-08 06:12:53 +00:00
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Notes</string>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
</property>
|
2015-07-08 06:12:53 +00:00
|
|
|
|
<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>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-07-08 06:12:53 +00:00
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="decoStopSAC">
|
2014-08-19 16:13:55 +00:00
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>ℓ/min</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="decimals">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<double>99.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-07-08 06:12:53 +00:00
|
|
|
|
<item row="3" column="0">
|
2015-07-08 12:15:47 +00:00
|
|
|
|
<widget class="QLabel" name="decopO2">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="text">
|
2015-07-08 06:12:53 +00:00
|
|
|
|
<string>Deco pO₂</string>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-07-08 06:12:53 +00:00
|
|
|
|
<item row="1" column="0">
|
2015-07-08 12:15:47 +00:00
|
|
|
|
<widget class="QLabel" name="decosac">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<property name="text">
|
2015-07-08 06:12:53 +00:00
|
|
|
|
<string>Deco SAC</string>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-07-08 06:12:53 +00:00
|
|
|
|
<item row="6" column="0">
|
2014-08-04 16:18:20 +00:00
|
|
|
|
<spacer name="verticalSpacer_4">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
2015-07-08 06:12:53 +00:00
|
|
|
|
<height>20</height>
|
2014-08-04 16:18:20 +00:00
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2014-06-26 15:04:39 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2014-06-10 15:40:02 +00:00
|
|
|
|
</widget>
|
2015-07-07 19:08:14 +00:00
|
|
|
|
<tabstops>
|
|
|
|
|
<tabstop>scrollArea</tabstop>
|
|
|
|
|
<tabstop>ascRate75</tabstop>
|
|
|
|
|
<tabstop>ascRate50</tabstop>
|
|
|
|
|
<tabstop>ascRateStops</tabstop>
|
|
|
|
|
<tabstop>ascRateLast6m</tabstop>
|
|
|
|
|
<tabstop>descRate</tabstop>
|
|
|
|
|
<tabstop>recreational_deco</tabstop>
|
|
|
|
|
<tabstop>reserve_gas</tabstop>
|
|
|
|
|
<tabstop>safetystop</tabstop>
|
|
|
|
|
<tabstop>buehlmann_deco</tabstop>
|
|
|
|
|
<tabstop>gflow</tabstop>
|
|
|
|
|
<tabstop>gfhigh</tabstop>
|
|
|
|
|
<tabstop>vpmb_deco</tabstop>
|
|
|
|
|
<tabstop>drop_stone_mode</tabstop>
|
|
|
|
|
<tabstop>lastStop</tabstop>
|
|
|
|
|
<tabstop>backgasBreaks</tabstop>
|
|
|
|
|
<tabstop>switch_at_req_stop</tabstop>
|
|
|
|
|
<tabstop>min_switch_duration</tabstop>
|
|
|
|
|
<tabstop>rebreathermode</tabstop>
|
|
|
|
|
<tabstop>bottomSAC</tabstop>
|
|
|
|
|
<tabstop>decoStopSAC</tabstop>
|
|
|
|
|
<tabstop>bottompo2</tabstop>
|
|
|
|
|
<tabstop>decopo2</tabstop>
|
|
|
|
|
<tabstop>display_runtime</tabstop>
|
|
|
|
|
<tabstop>display_duration</tabstop>
|
|
|
|
|
<tabstop>display_transitions</tabstop>
|
|
|
|
|
<tabstop>verbatim_plan</tabstop>
|
|
|
|
|
</tabstops>
|
2014-06-10 15:40:02 +00:00
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|