2013-04-07 22:20:43 +00: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 16:17:46 +00:00
|
|
|
<width>505</width>
|
|
|
|
<height>459</height>
|
2013-04-07 22:20:43 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>TabWidget</string>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
2013-06-19 22:28:40 +00:00
|
|
|
<number>0</number>
|
2013-04-07 22:20:43 +00:00
|
|
|
</property>
|
2013-04-24 22:59:52 +00:00
|
|
|
<widget class="QWidget" name="notesTab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Dive Notes</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2013-05-18 23:42:59 +00:00
|
|
|
<item row="1" column="0">
|
2013-06-14 16:17:46 +00:00
|
|
|
<widget class="QLabel" name="LocationLabel">
|
2013-04-24 22:59:52 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Location</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-05-18 23:42:59 +00:00
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="location">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-04-24 22:59:52 +00:00
|
|
|
</item>
|
2013-05-18 23:42:59 +00:00
|
|
|
<item row="3" column="0">
|
2013-06-14 16:17:46 +00:00
|
|
|
<widget class="QLabel" name="DivemasterLabel">
|
2013-04-24 22:59:52 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Divemaster</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-05-18 23:42:59 +00:00
|
|
|
<item row="3" column="1">
|
2013-06-14 16:17:46 +00:00
|
|
|
<widget class="QLabel" name="BuddyLabel">
|
2013-04-24 22:59:52 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Buddy</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-05-18 23:42:59 +00:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLineEdit" name="divemaster">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-04-24 22:59:52 +00:00
|
|
|
</item>
|
2013-05-18 23:42:59 +00:00
|
|
|
<item row="6" column="1">
|
|
|
|
<widget class="QLineEdit" name="suit">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-04-24 22:59:52 +00:00
|
|
|
</item>
|
2013-05-18 23:42:59 +00:00
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QLineEdit" name="buddy">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="9" column="0" colspan="2">
|
|
|
|
<widget class="QTextEdit" name="notes">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
2013-05-22 12:17:18 +00:00
|
|
|
<layout class="QHBoxLayout" name="ratingVisibilityLabels">
|
|
|
|
<item>
|
2013-06-14 16:17:46 +00:00
|
|
|
<widget class="QLabel" name="RatingLabel">
|
2013-05-22 12:17:18 +00: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 22:59:52 +00:00
|
|
|
</item>
|
2013-05-18 23:42:59 +00:00
|
|
|
<item row="5" column="1">
|
2013-06-14 16:17:46 +00:00
|
|
|
<widget class="QLabel" name="SuitLabel">
|
2013-04-24 22:59:52 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Suit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-05-18 23:42:59 +00:00
|
|
|
<item row="7" column="0">
|
2013-06-14 16:17:46 +00:00
|
|
|
<widget class="QLabel" name="NotesLabel">
|
2013-04-24 22:59:52 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Notes</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-05-18 23:42:59 +00:00
|
|
|
<item row="6" column="0">
|
2013-05-22 12:17:18 +00: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 22:59:52 +00:00
|
|
|
</item>
|
2013-05-18 23:42:59 +00:00
|
|
|
<item row="10" column="1">
|
2013-05-19 19:56:27 +00:00
|
|
|
<widget class="QPushButton" name="editReset">
|
2013-05-18 23:42:59 +00:00
|
|
|
<property name="text">
|
2013-05-24 07:28:47 +00:00
|
|
|
<string>Undo</string>
|
2013-05-18 23:42:59 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="10" column="0">
|
2013-05-19 19:56:27 +00:00
|
|
|
<widget class="QPushButton" name="editAccept">
|
2013-05-18 23:42:59 +00:00
|
|
|
<property name="text">
|
2013-05-24 07:28:47 +00:00
|
|
|
<string>Save</string>
|
2013-05-18 23:42:59 +00:00
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="KMessageWidget" name="diveNotesMessage" native="true"/>
|
|
|
|
</item>
|
2013-04-24 22:59:52 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="equipmentTab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Equipment</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QSplitter" name="splitter_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2013-05-22 12:17:18 +00:00
|
|
|
<widget class="QGroupBox" name="cylindersGroup">
|
2013-04-24 22:59:52 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Cylinders</string>
|
|
|
|
</property>
|
2013-05-22 12:17:18 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2013-04-24 22:59:52 +00:00
|
|
|
<item>
|
2013-05-26 17:05:41 +00:00
|
|
|
<widget class="QTableView" name="cylinders">
|
2013-05-30 00:47:58 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"> QTableView {
|
2013-05-26 17:05:41 +00:00
|
|
|
show-decoration-selected: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTableView::item {
|
|
|
|
border: 1px solid #d9d9d9;
|
|
|
|
border-top-color: transparent;
|
|
|
|
border-bottom-color: transparent;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTableView::item:hover {
|
|
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1);
|
|
|
|
border: 1px solid #bfcde4;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTableView::item:selected {
|
|
|
|
border: 1px solid #567dbc;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTableView::item:selected:active{
|
|
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6ea1f1, stop: 1 #567dbc);
|
|
|
|
}
|
|
|
|
|
|
|
|
QTableView::item:selected:!active {
|
|
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6b9be8, stop: 1 #577fbf);
|
|
|
|
}
|
|
|
|
|
|
|
|
</string>
|
2013-05-30 00:47:58 +00:00
|
|
|
</property>
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-06-16 16:53:56 +00:00
|
|
|
<property name="showGrid">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2013-06-16 16:37:32 +00:00
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2013-05-30 00:47:58 +00:00
|
|
|
</widget>
|
2013-04-24 22:59:52 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-05-22 12:17:18 +00:00
|
|
|
<widget class="QGroupBox" name="weightGroup">
|
2013-04-24 22:59:52 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Weight</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
2013-06-16 15:33:27 +00:00
|
|
|
<widget class="QTableView" name="weights">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"> QTableView {
|
|
|
|
show-decoration-selected: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTableView::item {
|
|
|
|
border: 1px solid #d9d9d9;
|
|
|
|
border-top-color: transparent;
|
|
|
|
border-bottom-color: transparent;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTableView::item:hover {
|
|
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1);
|
|
|
|
border: 1px solid #bfcde4;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTableView::item:selected {
|
|
|
|
border: 1px solid #567dbc;
|
|
|
|
}
|
|
|
|
|
|
|
|
QTableView::item:selected:active{
|
|
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6ea1f1, stop: 1 #567dbc);
|
|
|
|
}
|
|
|
|
|
|
|
|
QTableView::item:selected:!active {
|
|
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6b9be8, stop: 1 #577fbf);
|
|
|
|
}
|
|
|
|
|
|
|
|
</string>
|
|
|
|
</property>
|
2013-06-16 16:53:56 +00:00
|
|
|
<property name="showGrid">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2013-06-16 16:37:32 +00:00
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2013-06-16 15:33:27 +00:00
|
|
|
</widget>
|
2013-04-24 22:59:52 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-08 18:54:56 +00:00
|
|
|
<widget class="QWidget" name="infoTab">
|
2013-04-07 22:20:43 +00:00
|
|
|
<attribute name="title">
|
|
|
|
<string>Dive Info</string>
|
|
|
|
</attribute>
|
2013-05-30 14:22:33 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2013-06-19 22:28:40 +00:00
|
|
|
<item row="1" column="2">
|
2013-05-30 14:22:33 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>SAC</string>
|
2013-05-03 07:19:00 +00:00
|
|
|
</property>
|
2013-05-30 14:22:33 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="sacText">
|
|
|
|
<property name="text">
|
2013-05-30 14:30:23 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 14:22:33 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-19 22:28:40 +00:00
|
|
|
<item row="1" column="0">
|
2013-05-30 14:22:33 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
<property name="title">
|
2013-05-31 04:40:46 +00:00
|
|
|
<string>Gases Used</string>
|
2013-05-03 07:19:00 +00:00
|
|
|
</property>
|
2013-05-30 14:22:33 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="oxygenHeliumText">
|
|
|
|
<property name="text">
|
2013-05-30 14:30:23 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 14:22:33 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-05-03 07:19:00 +00:00
|
|
|
</item>
|
2013-06-19 22:28:40 +00:00
|
|
|
<item row="2" column="2">
|
2013-05-30 14:22:33 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>OTU</string>
|
2013-05-03 07:19:00 +00:00
|
|
|
</property>
|
2013-05-30 14:22:33 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="otuText">
|
|
|
|
<property name="text">
|
2013-05-30 14:30:23 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 14:22:33 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-19 22:28:40 +00:00
|
|
|
<item row="0" column="0">
|
2013-05-30 14:22:33 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
|
|
<property name="title">
|
|
|
|
<string>Date</string>
|
2013-05-03 07:19:00 +00:00
|
|
|
</property>
|
2013-05-30 14:22:33 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="dateText">
|
|
|
|
<property name="text">
|
2013-05-30 14:30:23 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 14:22:33 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-19 22:28:40 +00:00
|
|
|
<item row="3" column="0">
|
2013-05-30 14:22:33 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_10">
|
|
|
|
<property name="title">
|
|
|
|
<string>Air Pressure</string>
|
2013-05-22 12:17:18 +00:00
|
|
|
</property>
|
2013-05-30 14:22:33 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="airPressureText">
|
|
|
|
<property name="text">
|
2013-05-30 14:30:23 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 14:22:33 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-07 22:20:43 +00:00
|
|
|
</item>
|
2013-06-19 22:28:40 +00:00
|
|
|
<item row="3" column="1">
|
2013-05-30 14:22:33 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_9">
|
|
|
|
<property name="title">
|
|
|
|
<string>Air Temperature</string>
|
2013-05-03 07:19:00 +00:00
|
|
|
</property>
|
2013-05-30 14:22:33 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="airTemperatureText">
|
|
|
|
<property name="text">
|
2013-05-30 14:30:23 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 14:22:33 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-19 22:28:40 +00:00
|
|
|
<item row="1" column="1">
|
2013-05-30 14:22:33 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
<property name="title">
|
2013-05-31 04:40:46 +00:00
|
|
|
<string>Gas Consumed</string>
|
2013-05-03 07:19:00 +00:00
|
|
|
</property>
|
2013-05-30 14:22:33 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="gasUsedText">
|
|
|
|
<property name="text">
|
2013-05-30 14:30:23 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 14:22:33 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-05-03 07:19:00 +00:00
|
|
|
</item>
|
2013-06-19 22:28:40 +00:00
|
|
|
<item row="2" column="0">
|
2013-05-30 14:22:33 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_6">
|
|
|
|
<property name="title">
|
|
|
|
<string>Max. Depth</string>
|
2013-04-07 22:20:43 +00:00
|
|
|
</property>
|
2013-05-30 14:22:33 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="maximumDepthText">
|
|
|
|
<property name="text">
|
2013-05-30 14:30:23 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 14:22:33 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-19 22:28:40 +00:00
|
|
|
<item row="2" column="1">
|
2013-05-30 14:22:33 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_7">
|
|
|
|
<property name="title">
|
|
|
|
<string>Ave. Depth</string>
|
2013-05-03 07:19:00 +00:00
|
|
|
</property>
|
2013-05-30 14:22:33 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="averageDepthText">
|
|
|
|
<property name="text">
|
2013-05-30 14:30:23 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 14:22:33 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-07 22:20:43 +00:00
|
|
|
</item>
|
2013-06-19 22:28:40 +00:00
|
|
|
<item row="3" column="2">
|
2013-05-30 14:22:33 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_8">
|
|
|
|
<property name="title">
|
|
|
|
<string>Water Temperature</string>
|
2013-04-07 22:20:43 +00:00
|
|
|
</property>
|
2013-05-30 14:22:33 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="waterTemperatureText">
|
|
|
|
<property name="text">
|
2013-05-30 14:30:23 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 14:22:33 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-19 22:28:40 +00:00
|
|
|
<item row="0" column="2">
|
2013-05-30 14:22:33 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_12">
|
|
|
|
<property name="title">
|
|
|
|
<string>Interval</string>
|
2013-04-07 22:20:43 +00:00
|
|
|
</property>
|
2013-05-30 14:22:33 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_13">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="surfaceIntervalText">
|
|
|
|
<property name="text">
|
2013-05-30 14:30:23 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 14:22:33 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-19 22:28:40 +00:00
|
|
|
<item row="0" column="1">
|
2013-05-30 14:22:33 +00: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 14:30:23 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2013-05-30 14:22:33 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-07 22:20:43 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-08 18:54:56 +00:00
|
|
|
<widget class="QWidget" name="statisticsTab">
|
2013-04-07 22:20:43 +00:00
|
|
|
<attribute name="title">
|
|
|
|
<string>Stats</string>
|
|
|
|
</attribute>
|
2013-05-31 00:47:03 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout1">
|
2013-06-04 21:51:27 +00:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QGroupBox" name="groupBox_4b">
|
2013-05-30 14:44:27 +00:00
|
|
|
<property name="title">
|
2013-06-04 21:51:27 +00:00
|
|
|
<string>SAC</string>
|
2013-05-06 07:30:40 +00:00
|
|
|
</property>
|
2013-06-04 21:51:27 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_10b">
|
2013-05-30 14:44:27 +00:00
|
|
|
<item>
|
2013-06-04 21:51:27 +00:00
|
|
|
<widget class="MinMaxAvgWidget" name="sacLimits" native="true"/>
|
2013-05-30 14:44:27 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-07 22:20:43 +00:00
|
|
|
</item>
|
2013-05-30 14:44:27 +00:00
|
|
|
<item row="0" column="1">
|
2013-06-04 21:51:27 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_8b">
|
2013-05-30 14:44:27 +00:00
|
|
|
<property name="title">
|
2013-06-04 21:51:27 +00:00
|
|
|
<string>Temperature</string>
|
2013-05-06 07:30:40 +00:00
|
|
|
</property>
|
2013-06-04 21:51:27 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5b">
|
2013-05-30 14:44:27 +00:00
|
|
|
<item>
|
2013-06-04 21:51:27 +00:00
|
|
|
<widget class="MinMaxAvgWidget" name="tempLimits" native="true"/>
|
2013-05-30 14:44:27 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-07 22:20:43 +00:00
|
|
|
</item>
|
2013-05-30 14:44:27 +00:00
|
|
|
<item row="0" column="0">
|
2013-05-31 00:47:03 +00:00
|
|
|
<widget class="QGroupBox" name="groupBoxb">
|
2013-05-30 14:44:27 +00:00
|
|
|
<property name="title">
|
2013-06-04 21:51:27 +00:00
|
|
|
<string>Depth</string>
|
2013-05-30 14:44:27 +00:00
|
|
|
</property>
|
2013-05-31 00:47:03 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2b">
|
2013-05-30 14:44:27 +00:00
|
|
|
<item>
|
2013-06-04 21:51:27 +00:00
|
|
|
<widget class="MinMaxAvgWidget" name="depthLimits" native="true"/>
|
2013-05-30 14:44:27 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-04 21:51:27 +00:00
|
|
|
<item row="1" column="0">
|
2013-05-30 14:44:27 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_13">
|
|
|
|
<property name="title">
|
2013-06-04 21:51:27 +00:00
|
|
|
<string>Duration</string>
|
2013-05-30 14:44:27 +00:00
|
|
|
</property>
|
2013-05-31 00:47:03 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_12b">
|
2013-05-30 14:44:27 +00:00
|
|
|
<item>
|
2013-06-04 21:51:27 +00:00
|
|
|
<widget class="MinMaxAvgWidget" name="timeLimits" native="true"/>
|
2013-05-30 14:44:27 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-04 21:51:27 +00:00
|
|
|
<item row="1" column="1">
|
2013-05-31 00:47:03 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_11b">
|
2013-05-30 14:44:27 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Total Time</string>
|
|
|
|
</property>
|
2013-05-31 00:47:03 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_11b">
|
2013-05-30 14:44:27 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="totalTimeAllText">
|
|
|
|
<property name="text">
|
2013-06-27 12:33:45 +00:00
|
|
|
<string/>
|
2013-05-30 14:44:27 +00:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-06-04 21:51:27 +00:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QGroupBox" name="groupBox_7b">
|
2013-05-30 14:44:27 +00:00
|
|
|
<property name="title">
|
2013-06-04 21:51:27 +00:00
|
|
|
<string>Dives</string>
|
2013-05-30 14:44:27 +00:00
|
|
|
</property>
|
2013-06-04 21:51:27 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_15">
|
2013-05-30 14:44:27 +00:00
|
|
|
<item>
|
2013-06-04 21:51:27 +00:00
|
|
|
<widget class="QLabel" name="divesAllText">
|
2013-05-30 14:44:27 +00:00
|
|
|
<property name="text">
|
2013-06-27 12:33:45 +00:00
|
|
|
<string/>
|
2013-05-30 14:44:27 +00:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-04-07 22:20:43 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2013-04-24 22:57:10 +00:00
|
|
|
<customwidgets>
|
2013-05-18 23:42:59 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>KMessageWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>kmessagewidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2013-04-24 22:57:10 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>StarWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>starwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2013-06-04 21:51:27 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>MinMaxAvgWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>simplewidgets.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2013-04-24 22:57:10 +00:00
|
|
|
</customwidgets>
|
2013-04-07 22:20:43 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|