2013-05-24 18:19:48 +00:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>PreferencesDialog</class>
|
|
|
|
|
<widget class="QDialog" name="PreferencesDialog">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<width>814</width>
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<height>726</height>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
2013-11-29 10:40:43 +00:00
|
|
|
|
<string>Preferences</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
2013-11-30 18:41:38 +00:00
|
|
|
|
<property name="windowIcon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normalon>:/subsurface-icon</normalon>
|
|
|
|
|
</iconset>
|
|
|
|
|
</property>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_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>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QListWidget" name="listWidget">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>120</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>120</width>
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="iconSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>24</width>
|
|
|
|
|
<height>24</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="textElideMode">
|
|
|
|
|
<enum>Qt::ElideNone</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="movement">
|
|
|
|
|
<enum>QListView::Static</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="isWrapping" stdset="0">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="layoutMode">
|
|
|
|
|
<enum>QListView::Batched</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="gridSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>110</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="viewMode">
|
|
|
|
|
<enum>QListView::ListMode</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="uniformItemSizes">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="wordWrap">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="currentRow">
|
|
|
|
|
<number>-1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Defaults</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normalon>:/subsurface-icon</normalon>
|
|
|
|
|
</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Units</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normalon>:/units</normalon>
|
|
|
|
|
</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Graph</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normalon>:/graph</normalon>
|
|
|
|
|
</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Language</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normalon>:/advanced</normalon>
|
|
|
|
|
</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Network</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normalon>:/network</normalon>
|
|
|
|
|
</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Facebook</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normalon>:/facebook</normalon>
|
|
|
|
|
</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="currentIndex">
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<number>5</number>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
2015-01-13 18:39:05 +00:00
|
|
|
|
<widget class="QWidget" name="defaults_page">
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<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>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
|
<property name="title">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>Lists and tables</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<property name="horizontalSpacing">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<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>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Font</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QFontComboBox" name="font"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Font size</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="fontsize"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Dives</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<property name="horizontalSpacing">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<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>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<item row="0" column="0">
|
2015-06-14 14:14:37 +00:00
|
|
|
|
<widget class="QLabel" name="defaultDiveLogFileLabel">
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<property name="text">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>Default dive log file</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
2015-06-14 14:14:37 +00:00
|
|
|
|
<layout class="QHBoxLayout" name="defaultFileBehaviorLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QRadioButton" name="noDefaultFile">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>No default file</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">defaultFileGroup</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QRadioButton" name="localDefaultFile">
|
|
|
|
|
<property name="text">
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<string>&Local default file</string>
|
2015-06-14 14:14:37 +00:00
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">defaultFileGroup</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QRadioButton" name="cloudDefaultFile">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Cloud storage default file</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">defaultFileGroup</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Local dive log file</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
2013-11-23 23:34:17 +00:00
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3b">
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLineEdit" name="defaultfilename"/>
|
|
|
|
|
</item>
|
2014-07-16 21:40:49 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QToolButton" name="btnUseDefaultFile">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Use default</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QToolButton" name="chooseFile">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
2015-06-14 14:14:37 +00:00
|
|
|
|
<item row="2" column="0">
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<widget class="QLabel" name="label_10">
|
|
|
|
|
<property name="text">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>Display invalid</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-06-14 14:14:37 +00:00
|
|
|
|
<item row="2" column="1">
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<widget class="QCheckBox" name="displayinvalid">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-11-23 23:34:17 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_6">
|
|
|
|
|
<property name="title">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>Default cylinder</string>
|
2013-11-23 23:34:17 +00:00
|
|
|
|
</property>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout_6">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<property name="horizontalSpacing">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<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>
|
2013-11-23 23:34:17 +00:00
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
|
<property name="text">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>Use default cylinder</string>
|
2013-11-23 23:34:17 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
2013-11-30 18:41:38 +00:00
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QComboBox" name="default_cylinder"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2013-11-23 23:34:17 +00:00
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2014-03-11 20:36:49 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_7">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Animations</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
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-03-11 20:36:49 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_15">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Speed</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QSlider" name="velocitySlider">
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>500</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QSpinBox" name="velocitySpinBox">
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>500</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2014-04-11 06:17:35 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_8">
|
|
|
|
|
<property name="title">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>Subsurface web service</string>
|
2014-04-11 06:17:35 +00:00
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<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-04-11 06:17:35 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_16">
|
|
|
|
|
<property name="text">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>Default user ID</string>
|
2014-04-11 06:17:35 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2014-06-25 09:46:51 +00:00
|
|
|
|
<widget class="QLineEdit" name="default_uid"/>
|
2014-04-11 06:17:35 +00:00
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QCheckBox" name="save_uid_local">
|
|
|
|
|
<property name="text">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>Save user ID locally?</string>
|
2014-04-11 06:17:35 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2014-06-25 09:46:51 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_9">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Clear all settings</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7b">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<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-25 09:46:51 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="resetSettings">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Reset all settings to their default value</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<item>
|
|
|
|
|
<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>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2015-01-13 18:39:05 +00:00
|
|
|
|
<widget class="QWidget" name="units_page">
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<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>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>System</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QRadioButton" name="metric">
|
|
|
|
|
<property name="text">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<string>&Metric</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
2013-06-02 10:52:18 +00:00
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">buttonGroup_6</string>
|
|
|
|
|
</attribute>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QRadioButton" name="imperial">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Imperial</string>
|
|
|
|
|
</property>
|
2013-06-02 10:52:18 +00:00
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">buttonGroup_6</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QRadioButton" name="personalize">
|
|
|
|
|
<property name="text">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<string>Personali&ze</string>
|
2013-06-02 10:52:18 +00:00
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">buttonGroup_6</string>
|
|
|
|
|
</attribute>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2013-12-08 13:18:26 +00:00
|
|
|
|
<widget class="QGroupBox" name="units_group">
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<property name="title">
|
2013-06-02 10:52:18 +00:00
|
|
|
|
<string/>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<property name="checkable">
|
2013-06-02 10:52:18 +00:00
|
|
|
|
<bool>false</bool>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<property name="checked">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Depth</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QRadioButton" name="meter">
|
|
|
|
|
<property name="text">
|
2013-12-06 16:29:38 +00:00
|
|
|
|
<string>meter</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">buttonGroup</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QRadioButton" name="feet">
|
|
|
|
|
<property name="text">
|
2013-12-06 16:29:38 +00:00
|
|
|
|
<string>feet</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">buttonGroup</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Pressure</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QRadioButton" name="bar">
|
|
|
|
|
<property name="text">
|
2013-12-06 16:29:38 +00:00
|
|
|
|
<string>bar</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">buttonGroup_2</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
<widget class="QRadioButton" name="psi">
|
|
|
|
|
<property name="text">
|
2013-12-06 16:29:38 +00:00
|
|
|
|
<string>psi</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">buttonGroup_2</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Volume</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QRadioButton" name="liter">
|
|
|
|
|
<property name="text">
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<string>&liter</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">buttonGroup_3</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="2">
|
|
|
|
|
<widget class="QRadioButton" name="cuft">
|
|
|
|
|
<property name="text">
|
2013-12-06 16:29:38 +00:00
|
|
|
|
<string>cu ft</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">buttonGroup_3</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Temperature</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QRadioButton" name="celsius">
|
|
|
|
|
<property name="text">
|
2013-12-06 16:29:38 +00:00
|
|
|
|
<string>celsius</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">buttonGroup_4</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="2">
|
|
|
|
|
<widget class="QRadioButton" name="fahrenheit">
|
|
|
|
|
<property name="text">
|
2013-12-06 16:29:38 +00:00
|
|
|
|
<string>fahrenheit</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">buttonGroup_4</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<property name="text">
|
2013-08-05 10:23:20 +00:00
|
|
|
|
<string>Weight</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="1">
|
2013-12-08 13:18:27 +00:00
|
|
|
|
<widget class="QRadioButton" name="kg">
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<property name="text">
|
2013-12-06 16:29:38 +00:00
|
|
|
|
<string>kg</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">buttonGroup_5</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="2">
|
|
|
|
|
<widget class="QRadioButton" name="lbs">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>lbs</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">buttonGroup_5</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-10-04 05:57:48 +00:00
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
|
<item>
|
2013-11-23 23:34:17 +00:00
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
2013-10-04 05:57:48 +00:00
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Time units</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout">
|
|
|
|
|
<item row="0" column="0">
|
2013-11-23 23:34:17 +00:00
|
|
|
|
<widget class="QLabel" name="label13">
|
2013-10-04 05:57:48 +00:00
|
|
|
|
<property name="text">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>Ascent/descent speed denominator</string>
|
2013-10-04 05:57:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QRadioButton" name="vertical_speed_minutes">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Minutes</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">verticalSpeed</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QRadioButton" name="vertical_speed_seconds">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Seconds</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">verticalSpeed</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2014-06-25 09:46:51 +00:00
|
|
|
|
</item>
|
2015-05-20 10:25:46 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_11">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>GPS coordinates</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_12">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_27">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Location Display</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QRadioButton" name="gpsTraditional">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>traditional (dms)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">buttonGroup_7</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QRadioButton" name="gpsDecimal">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>decimal</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
|
<string notr="true">buttonGroup_7</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<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>
|
2015-01-13 18:39:05 +00:00
|
|
|
|
<widget class="QWidget" name="graph_page">
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<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>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Show</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
|
<property name="enabled">
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<bool>true</bool>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>Threshold when showing pO₂</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2013-05-28 18:21:27 +00:00
|
|
|
|
<widget class="QDoubleSpinBox" name="po2Threshold">
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<property name="enabled">
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<bool>true</bool>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
2014-08-18 19:21:11 +00:00
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
|
</property>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
|
|
<property name="enabled">
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<bool>true</bool>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>Threshold when showing pN₂</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2013-05-28 18:21:27 +00:00
|
|
|
|
<widget class="QDoubleSpinBox" name="pn2Threshold">
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<property name="enabled">
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<bool>true</bool>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
2014-08-18 19:21:11 +00:00
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
|
</property>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_17">
|
|
|
|
|
<property name="enabled">
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<bool>true</bool>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>Threshold when showing pHe</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2013-05-28 18:21:27 +00:00
|
|
|
|
<widget class="QDoubleSpinBox" name="pheThreshold">
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<property name="enabled">
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<bool>true</bool>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
2014-08-18 19:21:11 +00:00
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
|
</property>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_18">
|
|
|
|
|
<property name="enabled">
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<bool>true</bool>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>Max pO₂ when showing MOD</string>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2014-06-22 14:41:44 +00:00
|
|
|
|
<widget class="QDoubleSpinBox" name="maxpo2">
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<property name="enabled">
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<bool>true</bool>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</property>
|
2014-08-18 19:21:11 +00:00
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
|
</property>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2013-05-29 06:32:31 +00:00
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10b">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QCheckBox" name="red_ceiling">
|
|
|
|
|
<property name="enabled">
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<bool>true</bool>
|
2013-11-12 22:09:57 +00:00
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>Draw dive computer reported ceiling red</string>
|
2013-10-14 21:48:44 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
2014-01-11 14:57:06 +00:00
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_11c">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QCheckBox" name="display_unused_tanks">
|
|
|
|
|
<property name="text">
|
2014-07-11 17:39:06 +00:00
|
|
|
|
<string>Show unused cylinders in Equipment tab</string>
|
2014-01-11 14:57:06 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2014-06-25 09:46:51 +00:00
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_11d">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QCheckBox" name="show_average_depth">
|
|
|
|
|
<property name="text">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>Show average depth</string>
|
2014-06-25 09:46:51 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Misc</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout_3">
|
2015-01-10 23:01:15 +00:00
|
|
|
|
<item row="1" column="0">
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<widget class="QLabel" name="label_19">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>GFLow</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-01-10 23:01:15 +00:00
|
|
|
|
<item row="1" column="1">
|
2013-12-04 23:48:37 +00:00
|
|
|
|
<widget class="QSpinBox" name="gflow">
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>150</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</item>
|
2015-01-10 23:01:15 +00:00
|
|
|
|
<item row="2" column="0">
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<widget class="QLabel" name="label_20">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>GFHigh</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-01-10 23:01:15 +00:00
|
|
|
|
<item row="2" column="1">
|
2013-12-04 23:48:37 +00:00
|
|
|
|
<widget class="QSpinBox" name="gfhigh">
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>150</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</item>
|
2015-01-10 23:01:15 +00:00
|
|
|
|
<item row="4" column="0" colspan="2">
|
2013-11-20 15:11:22 +00:00
|
|
|
|
<widget class="QCheckBox" name="gf_low_at_maxdepth">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>GFLow at max depth</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2015-01-31 06:10:21 +00:00
|
|
|
|
</item>
|
2015-01-20 18:13:53 +00:00
|
|
|
|
<item row="5" column="0">
|
|
|
|
|
<widget class="QCheckBox" name="show_ccr_setpoint">
|
|
|
|
|
<property name="text">
|
2015-01-25 15:03:20 +00:00
|
|
|
|
<string>CCR: show setpoints when viewing pO₂</string>
|
2015-01-20 18:13:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-01-31 06:10:21 +00:00
|
|
|
|
<item row="6" column="0">
|
2015-01-20 18:13:53 +00:00
|
|
|
|
<widget class="QCheckBox" name="show_ccr_sensors">
|
|
|
|
|
<property name="text">
|
2015-01-25 15:03:20 +00:00
|
|
|
|
<string>CCR: show individual O₂ sensor values when viewing pO₂</string>
|
2015-01-20 18:13:53 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2013-11-20 15:11:22 +00:00
|
|
|
|
</item>
|
2015-01-19 14:28:56 +00:00
|
|
|
|
<item row="7" column="0">
|
2015-01-10 22:32:36 +00:00
|
|
|
|
<widget class="QLabel" name="label_26">
|
|
|
|
|
<property name="text">
|
2015-01-20 18:13:53 +00:00
|
|
|
|
<string>Default CCR set-point for dive planning</string>
|
2015-01-10 22:32:36 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-01-19 14:28:56 +00:00
|
|
|
|
<item row="7" column="1">
|
2015-01-10 22:32:36 +00:00
|
|
|
|
<widget class="QDoubleSpinBox" name="defaultSetpoint">
|
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>bar</string>
|
|
|
|
|
</property>
|
|
|
|
|
<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>
|
2015-01-19 14:28:56 +00:00
|
|
|
|
<item row="8" column="0">
|
|
|
|
|
<widget class="QLabel" name="pSCR">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>pSCR O₂ metabolism rate</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="9" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_28">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>pSCR ratio</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="8" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="psro2rate">
|
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string>ℓ/min</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="decimals">
|
|
|
|
|
<number>3</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="9" column="1">
|
|
|
|
|
<widget class="QSpinBox" name="pscrfactor">
|
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="prefix">
|
|
|
|
|
<string>1:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer_5">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2015-01-13 18:39:05 +00:00
|
|
|
|
<widget class="QWidget" name="language_page">
|
2013-12-06 19:14:50 +00:00
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<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>
|
2013-12-06 19:14:50 +00:00
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QCheckBox" name="languageSystemDefault">
|
|
|
|
|
<property name="text">
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<string>System default</string>
|
2013-12-06 19:14:50 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_14">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Filter</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLineEdit" name="languageFilter"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
2013-12-06 16:29:38 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QListView" name="languageView"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2015-01-13 18:39:05 +00:00
|
|
|
|
<widget class="QWidget" name="network_page">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_15">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<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 12:44:10 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_10">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Proxy</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
<widget class="QLabel" name="label_23">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
2014-06-26 12:44:10 +00:00
|
|
|
|
</property>
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Port</string>
|
2014-06-26 12:44:10 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QComboBox" name="proxyType"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_22">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Host</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QCheckBox" name="proxyAuthRequired">
|
|
|
|
|
<property name="layoutDirection">
|
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
2014-06-26 12:44:10 +00:00
|
|
|
|
</property>
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Requires authentication</string>
|
2014-06-26 12:44:10 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_21">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Proxy type</string>
|
2014-06-26 12:44:10 +00:00
|
|
|
|
</property>
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_24">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<property name="text">
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<string>Username</string>
|
2014-06-26 12:44:10 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="3">
|
|
|
|
|
<widget class="QSpinBox" name="proxyPort">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>65535</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>80</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2014-07-10 23:06:50 +00:00
|
|
|
|
<item row="3" column="1">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<widget class="QLineEdit" name="proxyUsername">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maxLength">
|
|
|
|
|
<number>32</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="proxyHost">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
|
<horstretch>2</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maxLength">
|
|
|
|
|
<number>64</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_25">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<property name="text">
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<string>Password</string>
|
2014-06-26 12:44:10 +00:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="4" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="proxyPassword">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maxLength">
|
|
|
|
|
<number>32</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="echoMode">
|
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2014-07-10 23:06:50 +00:00
|
|
|
|
</layout>
|
2014-06-26 12:44:10 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="cloudStorageGroupBox">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>129</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Subsurface cloud storage</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>12</x>
|
|
|
|
|
<y>37</y>
|
|
|
|
|
<width>641</width>
|
|
|
|
|
<height>83</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3" rowstretch="1,1,1" columnstretch="1,1,0">
|
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
|
<enum>QLayout::SetMaximumSize</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_16b">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string extracomment="Email address used for the Subsurface cloud storage infrastructure"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Email address</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_16c">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Password</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLineEdit" name="cloud_storage_email">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string extracomment="Email address used for the Subsurface cloud storage infrastructure"/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QLineEdit" name="cloud_storage_password"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QCheckBox" name="save_password_local">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Save Password locally?</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="2">
|
|
|
|
|
<widget class="QLabel" name="cloud_storage_pin_label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Verification PIN</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="2">
|
|
|
|
|
<widget class="QLineEdit" name="cloud_storage_pin">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string extracomment="One time verification PIN for Subsurface cloud storage infrastructure"/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QCheckBox" name="cloud_background_sync">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Sync to cloud in the background?</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer_3">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2014-06-26 12:44:10 +00:00
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2015-01-13 18:39:05 +00:00
|
|
|
|
<widget class="QWidget" name="facebook_page">
|
2015-01-31 06:10:21 +00:00
|
|
|
|
<layout class="QVBoxLayout" name="fbLayout">
|
2015-05-25 19:00:05 +00:00
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>5</number>
|
|
|
|
|
</property>
|
|
|
|
|
<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>
|
2015-01-31 06:10:21 +00:00
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="FBLabel">
|
|
|
|
|
<property name="wordWrap">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QWidget" name="fbConnected" native="true">
|
|
|
|
|
<widget class="QPushButton" name="btnDisconnectFacebook">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>229</width>
|
|
|
|
|
<height>28</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Disconnect from Facebook</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer_4">
|
|
|
|
|
<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-01-31 06:10:21 +00:00
|
|
|
|
</layout>
|
2014-12-23 19:51:45 +00:00
|
|
|
|
</widget>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="standardButtons">
|
|
|
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Discard|QDialogButtonBox::Ok</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<resources/>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<connections>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
|
<receiver>PreferencesDialog</receiver>
|
|
|
|
|
<slot>accept()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-07-16 21:40:49 +00:00
|
|
|
|
<x>259</x>
|
|
|
|
|
<y>817</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>157</x>
|
|
|
|
|
<y>274</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
|
<receiver>PreferencesDialog</receiver>
|
|
|
|
|
<slot>reject()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-07-16 21:40:49 +00:00
|
|
|
|
<x>327</x>
|
|
|
|
|
<y>817</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>286</x>
|
|
|
|
|
<y>274</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>listWidget</sender>
|
|
|
|
|
<signal>currentRowChanged(int)</signal>
|
|
|
|
|
<receiver>stackedWidget</receiver>
|
|
|
|
|
<slot>setCurrentIndex(int)</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>37</x>
|
|
|
|
|
<y>97</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2013-05-30 20:28:24 +00:00
|
|
|
|
<x>282</x>
|
|
|
|
|
<y>18</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<sender>personalize</sender>
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
<receiver>units_group</receiver>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>185</x>
|
|
|
|
|
<y>19</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>186</x>
|
|
|
|
|
<y>23</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<sender>languageSystemDefault</sender>
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
<receiver>languageView</receiver>
|
|
|
|
|
<slot>setDisabled(bool)</slot>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>126</x>
|
|
|
|
|
<y>20</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>186</x>
|
|
|
|
|
<y>30</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<sender>languageSystemDefault</sender>
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
<receiver>languageFilter</receiver>
|
|
|
|
|
<slot>setDisabled(bool)</slot>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>126</x>
|
|
|
|
|
<y>20</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>185</x>
|
|
|
|
|
<y>20</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<sender>imperial</sender>
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
<receiver>feet</receiver>
|
|
|
|
|
<slot>setChecked(bool)</slot>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>164</x>
|
|
|
|
|
<y>19</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>175</x>
|
|
|
|
|
<y>34</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<sender>metric</sender>
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
<receiver>meter</receiver>
|
|
|
|
|
<slot>setChecked(bool)</slot>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>142</x>
|
|
|
|
|
<y>19</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>153</x>
|
|
|
|
|
<y>34</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<sender>imperial</sender>
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
<receiver>psi</receiver>
|
|
|
|
|
<slot>setChecked(bool)</slot>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>164</x>
|
|
|
|
|
<y>19</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>175</x>
|
|
|
|
|
<y>33</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
2013-05-29 06:32:31 +00:00
|
|
|
|
<connection>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<sender>metric</sender>
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
<receiver>bar</receiver>
|
|
|
|
|
<slot>setChecked(bool)</slot>
|
2013-05-29 06:32:31 +00:00
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>142</x>
|
|
|
|
|
<y>19</y>
|
2013-05-29 06:32:31 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>153</x>
|
|
|
|
|
<y>33</y>
|
2013-05-29 06:32:31 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<connection>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<sender>imperial</sender>
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
<receiver>cuft</receiver>
|
|
|
|
|
<slot>setChecked(bool)</slot>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>164</x>
|
|
|
|
|
<y>19</y>
|
2013-05-30 20:28:24 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>175</x>
|
|
|
|
|
<y>31</y>
|
2013-05-30 20:28:24 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
2013-11-12 22:09:57 +00:00
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<sender>metric</sender>
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
<receiver>liter</receiver>
|
|
|
|
|
<slot>setChecked(bool)</slot>
|
2013-11-12 22:09:57 +00:00
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>142</x>
|
|
|
|
|
<y>19</y>
|
2013-11-12 22:09:57 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>153</x>
|
|
|
|
|
<y>31</y>
|
2013-11-12 22:09:57 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
2013-05-30 20:28:24 +00:00
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<sender>imperial</sender>
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
<receiver>fahrenheit</receiver>
|
|
|
|
|
<slot>setChecked(bool)</slot>
|
2013-05-30 20:28:24 +00:00
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>164</x>
|
|
|
|
|
<y>19</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>175</x>
|
|
|
|
|
<y>29</y>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
2013-06-02 10:52:18 +00:00
|
|
|
|
<connection>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<sender>metric</sender>
|
2013-06-02 10:52:18 +00:00
|
|
|
|
<signal>toggled(bool)</signal>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<receiver>celsius</receiver>
|
|
|
|
|
<slot>setChecked(bool)</slot>
|
2013-06-02 10:52:18 +00:00
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>142</x>
|
|
|
|
|
<y>19</y>
|
2013-12-06 19:48:38 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>153</x>
|
|
|
|
|
<y>29</y>
|
2013-12-06 19:48:38 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<sender>imperial</sender>
|
2013-12-06 19:48:38 +00:00
|
|
|
|
<signal>toggled(bool)</signal>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<receiver>lbs</receiver>
|
|
|
|
|
<slot>setChecked(bool)</slot>
|
2013-12-06 19:48:38 +00:00
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>164</x>
|
|
|
|
|
<y>19</y>
|
2013-06-02 10:52:18 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>175</x>
|
|
|
|
|
<y>28</y>
|
2013-12-06 19:48:38 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<sender>metric</sender>
|
2013-12-06 19:48:38 +00:00
|
|
|
|
<signal>toggled(bool)</signal>
|
2014-02-08 22:29:40 +00:00
|
|
|
|
<receiver>kg</receiver>
|
|
|
|
|
<slot>setChecked(bool)</slot>
|
2013-12-06 19:48:38 +00:00
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>142</x>
|
|
|
|
|
<y>19</y>
|
2013-12-06 19:48:38 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-06-26 12:44:10 +00:00
|
|
|
|
<x>153</x>
|
|
|
|
|
<y>28</y>
|
2014-03-11 20:36:49 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>velocitySlider</sender>
|
|
|
|
|
<signal>valueChanged(int)</signal>
|
|
|
|
|
<receiver>velocitySpinBox</receiver>
|
|
|
|
|
<slot>setValue(int)</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-07-16 21:40:49 +00:00
|
|
|
|
<x>361</x>
|
|
|
|
|
<y>439</y>
|
2014-03-11 20:36:49 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-07-16 21:40:49 +00:00
|
|
|
|
<x>831</x>
|
|
|
|
|
<y>447</y>
|
2014-03-11 20:36:49 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>velocitySpinBox</sender>
|
|
|
|
|
<signal>valueChanged(int)</signal>
|
|
|
|
|
<receiver>velocitySlider</receiver>
|
|
|
|
|
<slot>setValue(int)</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-07-16 21:40:49 +00:00
|
|
|
|
<x>831</x>
|
|
|
|
|
<y>447</y>
|
2014-06-26 12:44:10 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-07-16 21:40:49 +00:00
|
|
|
|
<x>361</x>
|
|
|
|
|
<y>439</y>
|
2014-06-26 12:44:10 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>proxyAuthRequired</sender>
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
<receiver>proxyUsername</receiver>
|
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-07-16 21:40:49 +00:00
|
|
|
|
<x>200</x>
|
|
|
|
|
<y>42</y>
|
2014-06-26 12:44:10 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-07-16 21:40:49 +00:00
|
|
|
|
<x>200</x>
|
|
|
|
|
<y>42</y>
|
2014-06-26 12:44:10 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>proxyAuthRequired</sender>
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
<receiver>proxyPassword</receiver>
|
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2014-07-16 21:40:49 +00:00
|
|
|
|
<x>200</x>
|
|
|
|
|
<y>42</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>200</x>
|
|
|
|
|
<y>42</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>btnUseDefaultFile</sender>
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
<receiver>chooseFile</receiver>
|
|
|
|
|
<slot>setHidden(bool)</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>754</x>
|
|
|
|
|
<y>216</y>
|
2014-03-11 20:36:49 +00:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
2014-07-16 21:40:49 +00:00
|
|
|
|
<x>801</x>
|
|
|
|
|
<y>213</y>
|
2013-06-02 10:52:18 +00:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</connections>
|
|
|
|
|
<buttongroups>
|
2015-06-14 14:14:37 +00:00
|
|
|
|
<buttongroup name="buttonGroup_2"/>
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<buttongroup name="defaultFileGroup"/>
|
2015-06-14 14:14:37 +00:00
|
|
|
|
<buttongroup name="verticalSpeed"/>
|
2015-06-12 18:48:56 +00:00
|
|
|
|
<buttongroup name="buttonGroup_5"/>
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<buttongroup name="buttonGroup_3"/>
|
|
|
|
|
<buttongroup name="buttonGroup_6"/>
|
2015-06-14 14:14:37 +00:00
|
|
|
|
<buttongroup name="buttonGroup_7"/>
|
2015-06-21 22:21:56 +00:00
|
|
|
|
<buttongroup name="buttonGroup"/>
|
2015-06-14 14:14:37 +00:00
|
|
|
|
<buttongroup name="buttonGroup_4"/>
|
2013-05-24 18:19:48 +00:00
|
|
|
|
</buttongroups>
|
|
|
|
|
</ui>
|