2013-04-07 15:20:43 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainTab</class>
|
|
|
|
<widget class="QTabWidget" name="MainTab">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2013-06-14 09:17:46 -07:00
|
|
|
<width>505</width>
|
2013-09-20 16:41:42 -07:00
|
|
|
<height>610</height>
|
2013-04-07 15:20:43 -07:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>TabWidget</string>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
2013-09-18 20:56:43 -03:00
|
|
|
<number>0</number>
|
2013-04-07 15:20:43 -07:00
|
|
|
</property>
|
2013-04-24 19:59:52 -03:00
|
|
|
<widget class="QWidget" name="notesTab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Dive Notes</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="6" column="0" colspan="2">
|
2013-09-17 21:50:15 +02:00
|
|
|
<widget class="QLineEdit" name="coordinates">
|
2013-05-18 20:42:59 -03:00
|
|
|
<property name="readOnly">
|
2013-09-18 21:56:53 -03:00
|
|
|
<bool>false</bool>
|
2013-05-18 20:42:59 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
2013-04-24 19:59:52 -03:00
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="13" column="0" colspan="2">
|
2013-09-17 21:50:15 +02:00
|
|
|
<widget class="QTextEdit" name="notes">
|
|
|
|
<property name="readOnly">
|
2013-09-18 21:56:53 -03:00
|
|
|
<bool>false</bool>
|
2013-04-24 19:59:52 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="3" column="0">
|
2013-09-17 21:50:15 +02:00
|
|
|
<widget class="QLabel" name="LocationLabel">
|
2013-04-24 19:59:52 -03:00
|
|
|
<property name="text">
|
2013-09-17 21:50:15 +02:00
|
|
|
<string>Location</string>
|
2013-04-24 19:59:52 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="8" column="0">
|
2013-05-18 20:42:59 -03:00
|
|
|
<widget class="QLineEdit" name="divemaster">
|
|
|
|
<property name="readOnly">
|
2013-09-18 21:56:53 -03:00
|
|
|
<bool>false</bool>
|
2013-05-18 20:42:59 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
2013-04-24 19:59:52 -03:00
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="10" column="1">
|
2013-05-18 20:42:59 -03:00
|
|
|
<widget class="QLineEdit" name="suit">
|
|
|
|
<property name="readOnly">
|
2013-09-18 21:56:53 -03:00
|
|
|
<bool>false</bool>
|
2013-05-18 20:42:59 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
2013-04-24 19:59:52 -03:00
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="8" column="1">
|
2013-05-18 20:42:59 -03:00
|
|
|
<widget class="QLineEdit" name="buddy">
|
|
|
|
<property name="readOnly">
|
2013-09-18 21:56:53 -03:00
|
|
|
<bool>false</bool>
|
2013-05-18 20:42:59 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="4" column="0" colspan="2">
|
2013-09-17 21:50:15 +02:00
|
|
|
<widget class="QLineEdit" name="location">
|
2013-05-18 20:42:59 -03:00
|
|
|
<property name="readOnly">
|
2013-09-18 21:56:53 -03:00
|
|
|
<bool>false</bool>
|
2013-05-18 20:42:59 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="7" column="0">
|
2013-09-17 21:50:15 +02:00
|
|
|
<widget class="QLabel" name="DivemasterLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Divemaster</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="7" column="1">
|
2013-09-17 21:50:15 +02:00
|
|
|
<widget class="QLabel" name="BuddyLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Buddy</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="9" column="0">
|
2013-05-22 09:17:18 -03:00
|
|
|
<layout class="QHBoxLayout" name="ratingVisibilityLabels">
|
|
|
|
<item>
|
2013-06-14 09:17:46 -07:00
|
|
|
<widget class="QLabel" name="RatingLabel">
|
2013-05-22 09:17:18 -03:00
|
|
|
<property name="text">
|
|
|
|
<string>Rating</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="visibilityLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Visibility</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-04-24 19:59:52 -03:00
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="9" column="1">
|
2013-06-14 09:17:46 -07:00
|
|
|
<widget class="QLabel" name="SuitLabel">
|
2013-04-24 19:59:52 -03:00
|
|
|
<property name="text">
|
|
|
|
<string>Suit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="11" column="0">
|
2013-06-14 09:17:46 -07:00
|
|
|
<widget class="QLabel" name="NotesLabel">
|
2013-04-24 19:59:52 -03:00
|
|
|
<property name="text">
|
|
|
|
<string>Notes</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="10" column="0">
|
2013-05-22 09:17:18 -03:00
|
|
|
<layout class="QHBoxLayout" name="ratingVisibilityWidgets">
|
|
|
|
<item>
|
|
|
|
<widget class="StarWidget" name="rating" native="true"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="StarWidget" name="visibility" native="true"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-04-24 19:59:52 -03:00
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="5" column="0">
|
2013-09-18 21:56:53 -03:00
|
|
|
<widget class="QLabel" name="CoordinatedLabel">
|
2013-05-18 20:42:59 -03:00
|
|
|
<property name="text">
|
2013-09-18 21:56:53 -03:00
|
|
|
<string>Coordinates</string>
|
2013-05-18 20:42:59 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="DateTimeLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Starttime</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-05-18 20:42:59 -03:00
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="KMessageWidget" name="diveNotesMessage" native="true"/>
|
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="14" column="0" colspan="2">
|
2013-09-18 21:56:53 -03:00
|
|
|
<widget class="QDialogButtonBox" name="notesButtonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
2013-09-17 21:50:15 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-09-20 16:41:42 -07:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QDateTimeEdit" name="dateTimeEdit">
|
|
|
|
<property name="displayFormat">
|
|
|
|
<string>M/d/yy h:mm</string>
|
|
|
|
</property>
|
|
|
|
<property name="calendarPopup">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="airWaterTempLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="airtemp">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="watertemp">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="TemperaturesLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>air / water Temperatures</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-04-24 19:59:52 -03:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="equipmentTab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Equipment</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
2013-09-18 23:23:04 -03:00
|
|
|
<item row="1" column="0">
|
2013-09-02 16:21:08 -03:00
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-09-18 22:15:09 -05:00
|
|
|
<property name="margin">
|
2013-09-02 16:21:08 -03:00
|
|
|
<number>0</number>
|
2013-04-24 19:59:52 -03:00
|
|
|
</property>
|
2013-09-02 16:21:08 -03:00
|
|
|
<item>
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="TableView" name="cylinders" native="true"/>
|
|
|
|
<widget class="TableView" name="weights" native="true"/>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-04-24 19:59:52 -03:00
|
|
|
</widget>
|
|
|
|
</item>
|
2013-09-18 23:23:04 -03:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="KMessageWidget" name="diveEquipmentMessage" native="true"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QDialogButtonBox" name="equipmentButtonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-04-24 19:59:52 -03:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-08 19:54:56 +01:00
|
|
|
<widget class="QWidget" name="infoTab">
|
2013-04-07 15:20:43 -07:00
|
|
|
<attribute name="title">
|
|
|
|
<string>Dive Info</string>
|
|
|
|
</attribute>
|
2013-05-30 11:22:33 -03:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2013-06-19 15:28:40 -07:00
|
|
|
<item row="1" column="2">
|
2013-05-30 11:22:33 -03:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>SAC</string>
|
2013-05-03 08:19:00 +01:00
|
|
|
</property>
|
2013-05-30 11:22:33 -03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="sacText">
|
|
|
|
<property name="text">
|
2013-05-30 11:30:23 -03:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 11:22:33 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-19 15:28:40 -07:00
|
|
|
<item row="1" column="0">
|
2013-05-30 11:22:33 -03:00
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
<property name="title">
|
2013-05-31 13:40:46 +09:00
|
|
|
<string>Gases Used</string>
|
2013-05-03 08:19:00 +01:00
|
|
|
</property>
|
2013-05-30 11:22:33 -03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="oxygenHeliumText">
|
|
|
|
<property name="text">
|
2013-05-30 11:30:23 -03:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 11:22:33 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-05-03 08:19:00 +01:00
|
|
|
</item>
|
2013-06-19 15:28:40 -07:00
|
|
|
<item row="2" column="2">
|
2013-05-30 11:22:33 -03:00
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>OTU</string>
|
2013-05-03 08:19:00 +01:00
|
|
|
</property>
|
2013-05-30 11:22:33 -03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="otuText">
|
|
|
|
<property name="text">
|
2013-05-30 11:30:23 -03:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 11:22:33 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-19 15:28:40 -07:00
|
|
|
<item row="0" column="0">
|
2013-05-30 11:22:33 -03:00
|
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
|
|
<property name="title">
|
|
|
|
<string>Date</string>
|
2013-05-03 08:19:00 +01:00
|
|
|
</property>
|
2013-05-30 11:22:33 -03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="dateText">
|
|
|
|
<property name="text">
|
2013-05-30 11:30:23 -03:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 11:22:33 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-19 15:28:40 -07:00
|
|
|
<item row="3" column="0">
|
2013-05-30 11:22:33 -03:00
|
|
|
<widget class="QGroupBox" name="groupBox_10">
|
|
|
|
<property name="title">
|
|
|
|
<string>Air Pressure</string>
|
2013-05-22 09:17:18 -03:00
|
|
|
</property>
|
2013-05-30 11:22:33 -03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="airPressureText">
|
|
|
|
<property name="text">
|
2013-05-30 11:30:23 -03:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 11:22:33 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-07 15:20:43 -07:00
|
|
|
</item>
|
2013-06-19 15:28:40 -07:00
|
|
|
<item row="3" column="1">
|
2013-05-30 11:22:33 -03:00
|
|
|
<widget class="QGroupBox" name="groupBox_9">
|
|
|
|
<property name="title">
|
|
|
|
<string>Air Temperature</string>
|
2013-05-03 08:19:00 +01:00
|
|
|
</property>
|
2013-05-30 11:22:33 -03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="airTemperatureText">
|
|
|
|
<property name="text">
|
2013-05-30 11:30:23 -03:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 11:22:33 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-19 15:28:40 -07:00
|
|
|
<item row="1" column="1">
|
2013-05-30 11:22:33 -03:00
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
<property name="title">
|
2013-05-31 13:40:46 +09:00
|
|
|
<string>Gas Consumed</string>
|
2013-05-03 08:19:00 +01:00
|
|
|
</property>
|
2013-05-30 11:22:33 -03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="gasUsedText">
|
|
|
|
<property name="text">
|
2013-05-30 11:30:23 -03:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 11:22:33 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-05-03 08:19:00 +01:00
|
|
|
</item>
|
2013-06-19 15:28:40 -07:00
|
|
|
<item row="2" column="0">
|
2013-05-30 11:22:33 -03:00
|
|
|
<widget class="QGroupBox" name="groupBox_6">
|
|
|
|
<property name="title">
|
|
|
|
<string>Max. Depth</string>
|
2013-04-07 15:20:43 -07:00
|
|
|
</property>
|
2013-05-30 11:22:33 -03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="maximumDepthText">
|
|
|
|
<property name="text">
|
2013-05-30 11:30:23 -03:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 11:22:33 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-19 15:28:40 -07:00
|
|
|
<item row="2" column="1">
|
2013-05-30 11:22:33 -03:00
|
|
|
<widget class="QGroupBox" name="groupBox_7">
|
|
|
|
<property name="title">
|
|
|
|
<string>Ave. Depth</string>
|
2013-05-03 08:19:00 +01:00
|
|
|
</property>
|
2013-05-30 11:22:33 -03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="averageDepthText">
|
|
|
|
<property name="text">
|
2013-05-30 11:30:23 -03:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 11:22:33 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-07 15:20:43 -07:00
|
|
|
</item>
|
2013-06-19 15:28:40 -07:00
|
|
|
<item row="3" column="2">
|
2013-05-30 11:22:33 -03:00
|
|
|
<widget class="QGroupBox" name="groupBox_8">
|
|
|
|
<property name="title">
|
|
|
|
<string>Water Temperature</string>
|
2013-04-07 15:20:43 -07:00
|
|
|
</property>
|
2013-05-30 11:22:33 -03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="waterTemperatureText">
|
|
|
|
<property name="text">
|
2013-05-30 11:30:23 -03:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 11:22:33 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-19 15:28:40 -07:00
|
|
|
<item row="0" column="2">
|
2013-05-30 11:22:33 -03:00
|
|
|
<widget class="QGroupBox" name="groupBox_12">
|
|
|
|
<property name="title">
|
|
|
|
<string>Interval</string>
|
2013-04-07 15:20:43 -07:00
|
|
|
</property>
|
2013-05-30 11:22:33 -03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_13">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="surfaceIntervalText">
|
|
|
|
<property name="text">
|
2013-05-30 11:30:23 -03:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 11:22:33 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-19 15:28:40 -07:00
|
|
|
<item row="0" column="1">
|
2013-05-30 11:22:33 -03:00
|
|
|
<widget class="QGroupBox" name="groupBox_11">
|
|
|
|
<property name="title">
|
|
|
|
<string>Dive Time</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_12">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="diveTimeText">
|
|
|
|
<property name="text">
|
2013-05-30 11:30:23 -03:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 11:22:33 -03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-07 15:20:43 -07:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-08 19:54:56 +01:00
|
|
|
<widget class="QWidget" name="statisticsTab">
|
2013-04-07 15:20:43 -07:00
|
|
|
<attribute name="title">
|
|
|
|
<string>Stats</string>
|
|
|
|
</attribute>
|
2013-05-31 09:47:03 +09:00
|
|
|
<layout class="QGridLayout" name="gridLayout1">
|
2013-06-04 18:51:27 -03:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QGroupBox" name="groupBox_4b">
|
2013-05-30 11:44:27 -03:00
|
|
|
<property name="title">
|
2013-06-04 18:51:27 -03:00
|
|
|
<string>SAC</string>
|
2013-05-06 08:30:40 +01:00
|
|
|
</property>
|
2013-06-04 18:51:27 -03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10b">
|
2013-05-30 11:44:27 -03:00
|
|
|
<item>
|
2013-06-04 18:51:27 -03:00
|
|
|
<widget class="MinMaxAvgWidget" name="sacLimits" native="true"/>
|
2013-05-30 11:44:27 -03:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-07 15:20:43 -07:00
|
|
|
</item>
|
2013-05-30 11:44:27 -03:00
|
|
|
<item row="0" column="1">
|
2013-06-04 18:51:27 -03:00
|
|
|
<widget class="QGroupBox" name="groupBox_8b">
|
2013-05-30 11:44:27 -03:00
|
|
|
<property name="title">
|
2013-06-04 18:51:27 -03:00
|
|
|
<string>Temperature</string>
|
2013-05-06 08:30:40 +01:00
|
|
|
</property>
|
2013-06-04 18:51:27 -03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5b">
|
2013-05-30 11:44:27 -03:00
|
|
|
<item>
|
2013-06-04 18:51:27 -03:00
|
|
|
<widget class="MinMaxAvgWidget" name="tempLimits" native="true"/>
|
2013-05-30 11:44:27 -03:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-07 15:20:43 -07:00
|
|
|
</item>
|
2013-05-30 11:44:27 -03:00
|
|
|
<item row="0" column="0">
|
2013-05-31 09:47:03 +09:00
|
|
|
<widget class="QGroupBox" name="groupBoxb">
|
2013-05-30 11:44:27 -03:00
|
|
|
<property name="title">
|
2013-06-04 18:51:27 -03:00
|
|
|
<string>Depth</string>
|
2013-05-30 11:44:27 -03:00
|
|
|
</property>
|
2013-05-31 09:47:03 +09:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2b">
|
2013-05-30 11:44:27 -03:00
|
|
|
<item>
|
2013-06-04 18:51:27 -03:00
|
|
|
<widget class="MinMaxAvgWidget" name="depthLimits" native="true"/>
|
2013-05-30 11:44:27 -03:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-04 18:51:27 -03:00
|
|
|
<item row="1" column="0">
|
2013-05-30 11:44:27 -03:00
|
|
|
<widget class="QGroupBox" name="groupBox_13">
|
|
|
|
<property name="title">
|
2013-06-04 18:51:27 -03:00
|
|
|
<string>Duration</string>
|
2013-05-30 11:44:27 -03:00
|
|
|
</property>
|
2013-05-31 09:47:03 +09:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_12b">
|
2013-05-30 11:44:27 -03:00
|
|
|
<item>
|
2013-06-04 18:51:27 -03:00
|
|
|
<widget class="MinMaxAvgWidget" name="timeLimits" native="true"/>
|
2013-05-30 11:44:27 -03:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-04 18:51:27 -03:00
|
|
|
<item row="1" column="1">
|
2013-05-31 09:47:03 +09:00
|
|
|
<widget class="QGroupBox" name="groupBox_11b">
|
2013-05-30 11:44:27 -03:00
|
|
|
<property name="title">
|
|
|
|
<string>Total Time</string>
|
|
|
|
</property>
|
2013-05-31 09:47:03 +09:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_11b">
|
2013-05-30 11:44:27 -03:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="totalTimeAllText">
|
|
|
|
<property name="text">
|
2013-06-27 15:33:45 +03:00
|
|
|
<string/>
|
2013-05-30 11:44:27 -03:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-04 18:51:27 -03:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QGroupBox" name="groupBox_7b">
|
2013-05-30 11:44:27 -03:00
|
|
|
<property name="title">
|
2013-06-04 18:51:27 -03:00
|
|
|
<string>Dives</string>
|
2013-05-30 11:44:27 -03:00
|
|
|
</property>
|
2013-06-04 18:51:27 -03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_15">
|
2013-05-30 11:44:27 -03:00
|
|
|
<item>
|
2013-06-04 18:51:27 -03:00
|
|
|
<widget class="QLabel" name="divesAllText">
|
2013-05-30 11:44:27 -03:00
|
|
|
<property name="text">
|
2013-06-27 15:33:45 +03:00
|
|
|
<string/>
|
2013-05-30 11:44:27 -03:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-07 15:20:43 -07:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2013-04-24 19:57:10 -03:00
|
|
|
<customwidgets>
|
2013-05-18 20:42:59 -03:00
|
|
|
<customwidget>
|
|
|
|
<class>KMessageWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>kmessagewidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2013-04-24 19:57:10 -03:00
|
|
|
<customwidget>
|
|
|
|
<class>StarWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>starwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2013-06-04 18:51:27 -03:00
|
|
|
<customwidget>
|
|
|
|
<class>MinMaxAvgWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>simplewidgets.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2013-09-02 16:21:08 -03:00
|
|
|
<customwidget>
|
|
|
|
<class>TableView</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>tableview.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2013-04-24 19:57:10 -03:00
|
|
|
</customwidgets>
|
2013-09-18 22:15:09 -05:00
|
|
|
<tabstops>
|
2013-09-22 08:37:54 -07:00
|
|
|
<tabstop>dateTimeEdit</tabstop>
|
|
|
|
<tabstop>airtemp</tabstop>
|
|
|
|
<tabstop>watertemp</tabstop>
|
2013-09-18 22:15:09 -05:00
|
|
|
<tabstop>location</tabstop>
|
|
|
|
<tabstop>coordinates</tabstop>
|
|
|
|
<tabstop>divemaster</tabstop>
|
|
|
|
<tabstop>buddy</tabstop>
|
|
|
|
<tabstop>suit</tabstop>
|
|
|
|
<tabstop>notes</tabstop>
|
|
|
|
<tabstop>notesButtonBox</tabstop>
|
|
|
|
<tabstop>equipmentButtonBox</tabstop>
|
|
|
|
</tabstops>
|
2013-04-07 15:20:43 -07:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|