2015-10-01 21:59:53 +00:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>PreferencesGraph</class>
|
|
|
|
|
<widget class="QWidget" name="PreferencesGraph">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>505</width>
|
2016-10-03 14:25:48 +00:00
|
|
|
|
<height>575</height>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item> // Gas pressure options
|
2015-10-01 21:59:53 +00:00
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
|
<property name="title">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<string>Gas pressure display setup</string>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2016-11-01 12:53:39 +00:00
|
|
|
|
<string>Threshold for pO₂ (bar)</string>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="po2Threshold">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2016-11-01 12:53:39 +00:00
|
|
|
|
<string>Threshold for pN₂ (bar)</string>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="pn2Threshold">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_17">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2016-11-01 12:53:39 +00:00
|
|
|
|
<string>Threshold for pHe (bar)</string>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="pheThreshold">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_18">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2016-11-01 12:53:39 +00:00
|
|
|
|
<string>pO₂ in calculating MOD (bar)</string>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="maxpo2">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="4" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_26">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>CCR options:</string>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="1">
|
2016-11-01 16:58:28 +00:00
|
|
|
|
<widget class="QLabel" name="label_27">
|
2015-10-01 21:59:53 +00:00
|
|
|
|
<property name="text">
|
2016-11-01 20:10:52 +00:00
|
|
|
|
<string>Dive planner default setpoint (bar)</string>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="4" column="2">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="defaultSetpoint">
|
|
|
|
|
<property name="decimals">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<double>10.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="5" column="1" colspan="2"> // row was 8
|
|
|
|
|
<widget class="QCheckBox" name="show_ccr_setpoint">
|
2015-10-01 21:59:53 +00:00
|
|
|
|
<property name="text">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<string>Show setpoints when viewing pO₂</string>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="6" column="1" colspan="2"> // row was 9
|
|
|
|
|
<widget class="QCheckBox" name="show_ccr_sensors">
|
2015-10-01 21:59:53 +00:00
|
|
|
|
<property name="text">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<string>Show individual O₂ sensor values when viewing pO₂</string>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item> // Ceiling options
|
2015-10-01 21:59:53 +00:00
|
|
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
|
|
|
<property name="title">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<string>Ceiling display setup</string>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
2016-11-01 16:58:28 +00:00
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="red_ceiling">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Draw dive computer reported ceiling red</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-10-03 14:25:48 +00:00
|
|
|
|
<item row="1" column="0">
|
2016-11-01 16:58:28 +00:00
|
|
|
|
<widget class="QLabel" name="label_22">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2016-09-16 13:47:23 +00:00
|
|
|
|
<property name="text">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<string>Algorithm for calculated ceiling:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QRadioButton" name="vpmb">
|
|
|
|
|
<property name="text">
|
2016-11-01 12:53:39 +00:00
|
|
|
|
<string>VPM-B</string>
|
2016-09-16 13:47:23 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-10-03 14:25:48 +00:00
|
|
|
|
<item row="2" column="1">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<widget class="QLabel" name="label_21">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>VPM-B Conservatism</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment" >
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
<widget class="QSpinBox" name="vpmb_conservatism">
|
|
|
|
|
<property name="prefix">
|
|
|
|
|
<string>+</string>
|
|
|
|
|
</property>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
<property name="minimum">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<number>0</number>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<number>4</number>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QRadioButton" name="buehlmann">
|
2016-09-16 13:47:23 +00:00
|
|
|
|
<property name="text">
|
2016-11-01 12:53:39 +00:00
|
|
|
|
<string>Bühlmann</string>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
</property>
|
|
|
|
|
<property name="checked">
|
|
|
|
|
<bool>true</bool>
|
2016-10-03 14:25:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="3" column="3">
|
|
|
|
|
<widget class="QLabel" name="label_20">
|
2016-10-03 14:25:48 +00:00
|
|
|
|
<property name="text">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<string>GFHigh</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment" >
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2016-09-16 13:47:23 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="3" column="4">
|
|
|
|
|
<widget class="QSpinBox" name="gfhigh">
|
2016-09-16 13:47:23 +00:00
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>150</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_19">
|
2016-10-03 14:25:48 +00:00
|
|
|
|
<property name="text">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<string>GFLow</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment" >
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2016-10-03 14:25:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="3" column="2">
|
|
|
|
|
<widget class="QSpinBox" name="gflow">
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
2016-10-03 14:25:48 +00:00
|
|
|
|
</property>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>150</number>
|
2016-10-03 14:25:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="4" column="2" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="gf_low_at_maxdepth">
|
2016-10-03 14:25:48 +00:00
|
|
|
|
<property name="text">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<string>GFLow at max depth</string>
|
2016-10-03 14:25:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="5" column="0">
|
|
|
|
|
<widget class="QLabel" name="pSCR">
|
2016-09-24 08:02:08 +00:00
|
|
|
|
<property name="text">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<string>pSCR options:</string>
|
2016-09-24 08:02:08 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="5" column="1">
|
2016-11-01 16:58:28 +00:00
|
|
|
|
<widget class="QLabel" name="MetabolicRate">
|
2016-10-03 14:25:48 +00:00
|
|
|
|
<property name="text">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<string>Metabolic rate (ℓ O₂/min)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment" >
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2016-09-24 08:02:08 +00:00
|
|
|
|
</property>
|
2016-10-03 14:25:48 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="5" column="2">
|
2016-10-03 14:25:48 +00:00
|
|
|
|
<widget class="QDoubleSpinBox" name="psro2rate">
|
|
|
|
|
<property name="decimals">
|
|
|
|
|
<number>3</number>
|
2016-09-24 08:02:08 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="5" column="3">
|
|
|
|
|
<widget class="QLabel" name="label_28">
|
2016-09-16 13:47:23 +00:00
|
|
|
|
<property name="text">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<string>Dilution ratio</string>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<property name="alignment" >
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="5" column="4">
|
|
|
|
|
<widget class="QSpinBox" name="pscrfactor">
|
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string/>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
2016-10-03 14:25:48 +00:00
|
|
|
|
<property name="prefix">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<string>1:</string>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item> // Misc group
|
2016-11-01 16:58:28 +00:00
|
|
|
|
<widget class="QGroupBox" name="groupBox_6">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Misc</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="display_unused_tanks">
|
2015-10-01 21:59:53 +00:00
|
|
|
|
<property name="text">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<string>Show unused cylinders in Equipment tab</string>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="show_average_depth">
|
2015-10-01 21:59:53 +00:00
|
|
|
|
<property name="text">
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<string>Show mean depth in Profile</string>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<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>
|
2016-10-26 05:21:48 +00:00
|
|
|
|
<tabstops>
|
|
|
|
|
<tabstop>po2Threshold</tabstop>
|
|
|
|
|
<tabstop>pn2Threshold</tabstop>
|
|
|
|
|
<tabstop>pheThreshold</tabstop>
|
|
|
|
|
<tabstop>maxpo2</tabstop>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<tabstop>defaultSetpoint</tabstop>
|
|
|
|
|
<tabstop>show_ccr_setpoint</tabstop>
|
|
|
|
|
<tabstop>show_ccr_sensors</tabstop>
|
2016-10-26 05:21:48 +00:00
|
|
|
|
<tabstop>red_ceiling</tabstop>
|
|
|
|
|
<tabstop>vpmb</tabstop>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<tabstop>vpmb_conservatism</tabstop>
|
|
|
|
|
<tabstop>buehlmann</tabstop>
|
2016-10-26 05:21:48 +00:00
|
|
|
|
<tabstop>gflow</tabstop>
|
|
|
|
|
<tabstop>gfhigh</tabstop>
|
|
|
|
|
<tabstop>gf_low_at_maxdepth</tabstop>
|
2016-11-01 07:43:10 +00:00
|
|
|
|
<tabstop>pscrfactor</tabstop>
|
|
|
|
|
<tabstop>psro2rate</tabstop>
|
|
|
|
|
<tabstop>display_unused_tanks</tabstop>
|
|
|
|
|
<tabstop>show_average_depth</tabstop>
|
2016-10-26 05:21:48 +00:00
|
|
|
|
</tabstops>
|
2015-10-01 21:59:53 +00:00
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|