2017-04-04 17:21:30 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>TabDiveInformation</class>
|
|
|
|
<widget class="QWidget" name="TabDiveInformation">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>421</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Information</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2019-11-10 21:09:19 +00:00
|
|
|
<item>
|
|
|
|
<widget class="KMessageWidget" name="multiDiveWarningMessage"/>
|
|
|
|
</item>
|
2017-04-04 17:21:30 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="scrollArea_3">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents_3">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-04-27 18:34:09 +00:00
|
|
|
<width>382</width>
|
|
|
|
<height>403</height>
|
2017-04-04 17:21:30 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="diveInfoScrollAreaLayout">
|
|
|
|
<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>
|
2017-04-27 18:34:09 +00:00
|
|
|
<property name="horizontalSpacing">
|
2019-11-10 21:09:19 +00:00
|
|
|
<number>4</number>
|
2017-04-27 18:34:09 +00:00
|
|
|
</property>
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>0</number>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
2019-11-10 21:09:19 +00:00
|
|
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="diveHeadingLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>DIVE</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QGroupBox" name="diveModeBox">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="title">
|
2019-11-10 21:09:19 +00:00
|
|
|
<string>Dive mode</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="diveModeLayout">
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignBottom</set>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
|
|
|
<item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<widget class="QComboBox" name="diveType">
|
2017-04-04 17:21:30 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-10 21:09:19 +00:00
|
|
|
|
|
|
|
<item row="1" column="1">
|
2017-04-04 17:21:30 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_12">
|
|
|
|
<property name="title">
|
|
|
|
<string>Interval</string>
|
|
|
|
</property>
|
2019-11-10 21:09:19 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-04-04 17:21:30 +00:00
|
|
|
<layout class="QHBoxLayout" name="diveInfoSurfintervallLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="surfaceIntervalText">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2019-11-10 21:09:19 +00:00
|
|
|
<set>Qt::AlignHCenter</set>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QGroupBox" name="groupBox_11">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="title">
|
2019-11-10 21:09:19 +00:00
|
|
|
<string>Duration</string>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
2019-11-10 21:09:19 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="diveInfoDiveTimeLayout">
|
2017-04-04 17:21:30 +00:00
|
|
|
<item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<widget class="QLabel" name="diveTimeText">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2019-11-10 21:09:19 +00:00
|
|
|
<set>Qt::AlignHCenter</set>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QGroupBox" name="groupBox_6">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="title">
|
2019-11-10 21:09:19 +00:00
|
|
|
<string>Max. depth</string>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
2019-11-10 21:09:19 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="diveInfoMaxDepthLayout">
|
2017-04-04 17:21:30 +00:00
|
|
|
<item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<widget class="QLabel" name="maximumDepthText">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2019-11-10 21:09:19 +00:00
|
|
|
<set>Qt::AlignHCenter</set>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-10 21:09:19 +00:00
|
|
|
|
|
|
|
<item row="1" column="4">
|
|
|
|
<widget class="QGroupBox" name="groupBox_7">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="title">
|
2019-11-10 21:09:19 +00:00
|
|
|
<string>Avg. depth</string>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
2019-11-10 21:09:19 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="diveInfoAvgDepthLayout">
|
2017-04-04 17:21:30 +00:00
|
|
|
<item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<widget class="QLabel" name="averageDepthText">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2019-11-10 21:09:19 +00:00
|
|
|
<set>Qt::AlignHCenter</set>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-10 21:09:19 +00:00
|
|
|
|
2017-04-04 17:21:30 +00:00
|
|
|
<item row="2" column="0">
|
2019-11-10 21:09:19 +00:00
|
|
|
<widget class="QLabel" name="gasHeadingLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>GAS</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="title">
|
2019-11-12 19:48:35 +00:00
|
|
|
<string>Gas name</string>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
2019-11-10 21:09:19 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="diveInfoGasesUsedLayout">
|
2017-04-04 17:21:30 +00:00
|
|
|
<item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<widget class="QLabel" name="oxygenHeliumText">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="title">
|
2019-11-10 21:09:19 +00:00
|
|
|
<string>Gas consumed</string>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
2019-11-10 21:09:19 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
2019-11-27 12:52:42 +00:00
|
|
|
<horstretch>1</horstretch>
|
2019-11-10 21:09:19 +00:00
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="diveInfoGasConsumedLayout">
|
2017-04-04 17:21:30 +00:00
|
|
|
<item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<widget class="QLabel" name="gasUsedText">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="title">
|
2019-11-10 21:09:19 +00:00
|
|
|
<string>SAC</string>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
2019-11-10 21:09:19 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2019-11-27 12:52:42 +00:00
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
2019-11-10 21:09:19 +00:00
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="diveInfoSacLayout">
|
2017-04-04 17:21:30 +00:00
|
|
|
<item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<widget class="QLabel" name="sacText">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<item row="3" column="3">
|
|
|
|
<widget class="QGroupBox" name="groupBox_15">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="title">
|
2019-11-10 21:09:19 +00:00
|
|
|
<string>CNS</string>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
2019-11-10 21:09:19 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
2019-11-27 12:52:42 +00:00
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
2019-11-10 21:09:19 +00:00
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="diveInfoCnsLayout">
|
2017-04-04 17:21:30 +00:00
|
|
|
<item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<widget class="QLabel" name="maxcnsText">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<item row="3" column="4">
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="title">
|
2019-11-10 21:09:19 +00:00
|
|
|
<string>OTU</string>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
2019-04-30 10:42:33 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
2019-11-10 21:09:19 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
2019-11-27 12:52:42 +00:00
|
|
|
<horstretch>1</horstretch>
|
2019-11-10 21:09:19 +00:00
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="diveInfoOtuLayout">
|
2017-04-04 17:21:30 +00:00
|
|
|
<item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<widget class="QLabel" name="otuText">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
2019-04-30 10:42:33 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2017-04-04 17:21:30 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-04-30 10:42:33 +00:00
|
|
|
|
2019-11-10 21:09:19 +00:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="environmentHeadingLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>ENVIRONMENT</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item row="5" column="0">
|
2019-11-11 09:47:12 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_airtemp">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Air temp.</string>
|
|
|
|
</property>
|
2019-11-10 21:09:19 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-04-04 17:21:30 +00:00
|
|
|
<layout class="QHBoxLayout" name="diveInfoAirTempLayout">
|
|
|
|
<item>
|
2019-11-11 09:47:12 +00:00
|
|
|
<widget class="QLineEdit" name="airtemp">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2019-11-10 21:09:19 +00:00
|
|
|
<set>Qt::AlignHCenter</set>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-10 21:09:19 +00:00
|
|
|
|
|
|
|
<item row="5" column="1">
|
2019-11-11 09:47:12 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_watertemp">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Water temp.</string>
|
|
|
|
</property>
|
2019-11-10 21:09:19 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-04-04 17:21:30 +00:00
|
|
|
<layout class="QHBoxLayout" name="diveInfoWaterTempLayout">
|
|
|
|
<item>
|
2019-11-11 09:47:12 +00:00
|
|
|
<widget class="QLineEdit" name="watertemp">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2019-11-10 21:09:19 +00:00
|
|
|
<set>Qt::AlignHCenter</set>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-10 21:09:19 +00:00
|
|
|
|
|
|
|
<item row="5" column="2" colspan="3">
|
|
|
|
<layout class="QGridLayout" name="envGroupLayout">
|
|
|
|
<property name="horizontalSpacing">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QGroupBox" name="groupBox_1">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="title">
|
2019-11-10 21:09:19 +00:00
|
|
|
<string>Water type/Density</string>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
2019-11-10 21:09:19 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="diveInfoWaterDensityLayout">
|
|
|
|
|
2017-04-04 17:21:30 +00:00
|
|
|
<item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<widget class="QLabel" name="waterTypeText">
|
|
|
|
<property name="text">
|
|
|
|
<string>EN13319</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="salinityText">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-10 21:09:19 +00:00
|
|
|
|
2017-04-04 17:21:30 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-10 21:09:19 +00:00
|
|
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QGroupBox" name="groupBox_10">
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="title">
|
2019-11-10 21:09:19 +00:00
|
|
|
<string>Atm. pressure/Altitude</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
2019-11-10 21:09:19 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="diveInfoAirPressureLayout">
|
2017-04-04 17:21:30 +00:00
|
|
|
<item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<widget class="QLineEdit" name="atmPressVal">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>false</bool>
|
2017-04-04 17:21:30 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-10 21:09:19 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="atmPressType">
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-04-04 17:21:30 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-11-10 21:09:19 +00:00
|
|
|
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
|
2019-11-28 10:35:39 +00:00
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QGroupBox" name="groupBox_wavesize">
|
|
|
|
<property name="title">
|
|
|
|
<string>Surface waves</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="surfaceWavesLayout">
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0" colspan="2" alignment="Qt::AlignHCenter">
|
|
|
|
<widget class="StarWidget" name="wavesize" native="true">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" alignment="Qt::AlignLeft">
|
|
|
|
<widget class="QLabel" name="waveLabel1">
|
|
|
|
<property name="text">
|
|
|
|
<string>Large</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" alignment="Qt::AlignRight">
|
|
|
|
<widget class="QLabel" name="waveLabel2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Small</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
|
2019-11-10 21:09:19 +00:00
|
|
|
<item row="6" column="1" alignment="Qt::AlignVCenter">
|
|
|
|
<widget class="QGroupBox" name="groupBox_visibility">
|
|
|
|
<property name="title">
|
|
|
|
<string>Visibility</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="visibilityLayout">
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0" colspan="2" alignment="Qt::AlignHCenter">
|
|
|
|
<widget class="StarWidget" name="visibility" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" alignment="Qt::AlignLeft">
|
|
|
|
<widget class="QLabel" name="visLabel1">
|
|
|
|
<property name="text">
|
|
|
|
<string>Bad</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" alignment="Qt::AlignRight">
|
|
|
|
<widget class="QLabel" name="visLabel2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Good</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
|
2019-11-28 10:35:39 +00:00
|
|
|
<item row="6" column="2" alignment="Qt::AlignVCenter">
|
|
|
|
<widget class="QGroupBox" name="groupBox_current">
|
|
|
|
<property name="title">
|
|
|
|
<string>Current</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="currentLayout">
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0" colspan="2" alignment="Qt::AlignHCenter">
|
|
|
|
<widget class="StarWidget" name="current" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" alignment="Qt::AlignLeft">
|
|
|
|
<widget class="QLabel" name="curLabel1">
|
|
|
|
<property name="text">
|
|
|
|
<string>Strong</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" alignment="Qt::AlignRight">
|
|
|
|
<widget class="QLabel" name="curLabel2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Weak</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item row="6" column="3" alignment="Qt::AlignVCenter">
|
|
|
|
<widget class="QGroupBox" name="groupBox_surge">
|
|
|
|
<property name="title">
|
|
|
|
<string>Surge</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="surgeLayout">
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0" colspan="2" alignment="Qt::AlignHCenter">
|
|
|
|
<widget class="StarWidget" name="surge" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" alignment="Qt::AlignLeft">
|
|
|
|
<widget class="QLabel" name="surgeLabel1">
|
|
|
|
<property name="text">
|
|
|
|
<string>Strong</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" alignment="Qt::AlignRight">
|
|
|
|
<widget class="QLabel" name="surgeLabel2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Weak</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
|
|
|
|
<item row="6" column="4" alignment="Qt::AlignVCenter">
|
|
|
|
<widget class="QGroupBox" name="groupBox_chill">
|
|
|
|
<property name="title">
|
|
|
|
<string>Chill</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignHCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="cLayout">
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0" colspan="2" alignment="Qt::AlignHCenter">
|
|
|
|
<widget class="StarWidget" name="chill" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" alignment="Qt::AlignLeft">
|
|
|
|
<widget class="QLabel" name="chillLabel1">
|
|
|
|
<property name="text">
|
|
|
|
<string>Freezing</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" alignment="Qt::AlignRight">
|
|
|
|
<widget class="QLabel" name="chillLabel2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Comfy</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
|
2019-11-10 21:09:19 +00:00
|
|
|
<item row="7" column="0">
|
2017-04-04 17:21:30 +00:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2019-11-10 21:09:19 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-04-04 17:21:30 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|