2013-04-07 22:20:43 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2014-06-26 15:04:39 +00:00
<width>1682</width>
<height>1151</height>
2013-04-07 22:20:43 +00:00
</rect>
</property>
<widget class="QWidget" name="centralwidget">
2013-06-27 17:48:03 +00:00
<layout class="QVBoxLayout" name="verticalLayout_2">
2013-09-26 19:55:41 +00:00
<property name="spacing">
<number>0</number>
</property>
2014-02-06 13:38:28 +00:00
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
2013-09-26 19:55:41 +00:00
<number>0</number>
</property>
2014-11-03 19:39:31 +00:00
<item>
<widget class="MultiFilter" name="multiFilter" native="true"/>
</item>
2013-06-27 17:48:03 +00:00
<item>
2013-04-28 09:05:37 +00:00
<widget class="QSplitter" name="mainSplitter">
2013-04-07 22:20:43 +00:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
2013-04-28 09:05:37 +00:00
<widget class="QSplitter" name="infoProfileSplitter">
2013-04-07 22:20:43 +00:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
2013-08-26 11:43:37 +00:00
<widget class="QStackedWidget" name="infoPane">
<property name="currentIndex">
2014-06-26 19:59:17 +00:00
<number>0</number>
2013-08-26 11:43:37 +00:00
</property>
<widget class="QWidget" name="page">
<layout class="QHBoxLayout" name="horizontalLayout_3">
2013-09-26 19:51:11 +00:00
<property name="spacing">
<number>0</number>
</property>
2014-02-06 13:38:28 +00:00
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
2013-09-26 19:51:11 +00:00
<number>0</number>
</property>
2013-08-26 11:43:37 +00:00
<item>
<widget class="MainTab" name="InfoWidget" native="true"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_2">
2014-06-03 09:38:24 +00:00
<property name="enabled">
<bool>true</bool>
</property>
2013-08-26 11:43:37 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_4">
2013-09-26 19:51:11 +00:00
<property name="spacing">
<number>0</number>
</property>
2014-02-06 13:38:28 +00:00
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
2013-09-26 19:51:11 +00:00
<number>0</number>
</property>
2013-08-26 11:43:37 +00:00
<item>
2014-06-03 09:38:24 +00:00
<widget class="DivePlannerWidget" name="divePlannerWidget" native="true">
<property name="enabled">
<bool>true</bool>
</property>
</widget>
2013-08-26 11:43:37 +00:00
</item>
</layout>
</widget>
</widget>
2014-05-25 03:51:05 +00:00
<widget class="QWidget" name="ProfileWidget">
2014-06-02 14:25:58 +00:00
<layout class="QGridLayout" name="gridLayout">
<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>
<property name="spacing">
<number>0</number>
</property>
2014-08-23 01:26:07 +00:00
<item row="0" column="0" rowspan="3">
2014-08-15 14:11:14 +00:00
<widget class="ProfileWidget2" name="newProfile"/>
</item>
2014-06-02 14:25:58 +00:00
</layout>
2013-06-27 17:48:03 +00:00
</widget>
2013-04-07 22:20:43 +00:00
</widget>
2013-05-18 00:58:49 +00:00
<widget class="QSplitter" name="listGlobeSplitter">
2013-05-17 11:14:10 +00:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
2014-06-01 03:59:36 +00:00
<widget class="QStackedWidget" name="diveListPane">
<property name="currentIndex">
2014-07-01 03:53:53 +00:00
<number>0</number>
2013-05-17 11:14:10 +00:00
</property>
2014-10-31 15:44:21 +00:00
<widget class="QWidget" name="page_3">
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
2014-10-31 21:56:07 +00:00
<widget class="DiveListView" name="ListWidget">
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</widget>
2014-10-31 15:44:21 +00:00
</item>
</layout>
2014-06-01 03:59:36 +00:00
</widget>
2014-07-07 20:05:28 +00:00
<widget class="PlannerSettingsWidget" name="plannerSettingsWidget"/>
2014-06-10 15:40:02 +00:00
</widget>
<widget class="QStackedWidget" name="globePane">
<property name="currentIndex">
2014-07-01 03:53:53 +00:00
<number>0</number>
2014-06-10 15:40:02 +00:00
</property>
2014-06-26 15:04:39 +00:00
<widget class="QWidget" name="stackedWidgetPage1">
2014-06-10 15:40:02 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="GlobeGPS" name="globe" native="true"/>
</item>
</layout>
</widget>
2014-09-17 17:50:41 +00:00
<widget class="QWidget" name="page_5">
2014-06-10 15:40:02 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2014-06-26 15:04:39 +00:00
<layout class="QVBoxLayout" name="verticalLayout_3">
2014-06-02 14:25:58 +00:00
<item>
2014-06-26 15:04:39 +00:00
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="divePlanOutputLabel">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>20</height>
</size>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-weight:600;">Dive plan details</span></p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="printPlan">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Print</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
2014-06-02 14:25:58 +00:00
</item>
2014-06-01 03:59:36 +00:00
<item>
2014-06-02 14:25:58 +00:00
<widget class="QTextEdit" name="divePlanOutput">
2014-06-26 15:04:39 +00:00
<property name="enabled">
<bool>true</bool>
</property>
2014-06-10 15:40:02 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2014-06-02 14:25:58 +00:00
<property name="styleSheet">
<string notr="true">font: 13pt "Courier";</string>
</property>
2014-06-03 07:35:19 +00:00
<property name="readOnly">
<bool>true</bool>
</property>
2014-06-02 14:25:58 +00:00
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Courier'; font-size:13pt; font-weight:400; font-style:normal;">
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'.Curier New';"><br /></p></body></html></string>
</property>
</widget>
2014-06-01 03:59:36 +00:00
</item>
</layout>
</widget>
2013-05-17 11:14:10 +00:00
</widget>
2013-04-25 23:44:06 +00:00
</widget>
2013-04-07 22:20:43 +00:00
</widget>
</item>
2013-06-27 17:48:03 +00:00
<item>
2014-06-26 15:04:39 +00:00
<widget class="KMessageWidget" name="mainErrorMessage" native="true"/>
2013-05-22 06:13:45 +00:00
</item>
2013-04-07 22:20:43 +00:00
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2014-06-26 15:04:39 +00:00
<width>1682</width>
2014-10-31 15:44:21 +00:00
<height>36</height>
2013-04-07 22:20:43 +00:00
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
2013-10-27 06:24:57 +00:00
<string>&File</string>
2013-04-07 22:20:43 +00:00
</property>
<addaction name="actionNew"/>
<addaction name="actionOpen"/>
2013-04-09 16:26:23 +00:00
<addaction name="actionSave"/>
<addaction name="actionSaveAs"/>
2013-04-07 22:20:43 +00:00
<addaction name="separator"/>
2013-11-14 13:14:06 +00:00
<addaction name="actionClose"/>
2014-05-20 16:33:32 +00:00
<addaction name="actionExport"/>
2013-04-09 16:26:23 +00:00
<addaction name="actionPrint"/>
<addaction name="actionPreferences"/>
2014-02-13 21:48:07 +00:00
<addaction name="separator"/>
2014-05-29 15:54:19 +00:00
<addaction name="actionConfigure_Dive_Computer"/>
<addaction name="separator"/>
2014-02-13 21:48:07 +00:00
<addaction name="actionRecent1"/>
<addaction name="actionRecent2"/>
<addaction name="actionRecent3"/>
<addaction name="actionRecent4"/>
<addaction name="separator"/>
2013-04-09 16:26:23 +00:00
<addaction name="actionQuit"/>
2013-04-07 22:20:43 +00:00
</widget>
<widget class="QMenu" name="menuLog">
<property name="title">
2013-10-27 06:24:57 +00:00
<string>&Log</string>
2013-04-07 22:20:43 +00:00
</property>
2013-04-09 16:26:23 +00:00
<addaction name="actionAddDive"/>
2014-02-07 02:14:47 +00:00
<addaction name="actionDivePlanner"/>
2014-08-19 20:03:53 +00:00
<addaction name="actionReplanDive"/>
2014-08-16 15:32:23 +00:00
<addaction name="copy"/>
<addaction name="paste"/>
2013-04-07 22:20:43 +00:00
<addaction name="separator"/>
<addaction name="actionRenumber"/>
2013-04-09 16:26:23 +00:00
<addaction name="actionAutoGroup"/>
2013-10-25 00:57:43 +00:00
<addaction name="separator"/>
2013-11-14 13:14:06 +00:00
<addaction name="actionEditDeviceNames"/>
2014-09-17 17:50:41 +00:00
<addaction name="actionFilterTags"/>
2013-04-07 22:20:43 +00:00
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
2013-10-27 06:24:57 +00:00
<string>&View</string>
2013-04-07 22:20:43 +00:00
</property>
2013-06-26 12:07:52 +00:00
<addaction name="actionViewAll"/>
2013-04-09 16:26:23 +00:00
<addaction name="actionViewList"/>
<addaction name="actionViewProfile"/>
<addaction name="actionViewInfo"/>
2013-06-12 18:53:23 +00:00
<addaction name="actionViewGlobe"/>
2013-06-12 18:54:55 +00:00
<addaction name="separator"/>
2013-11-14 13:14:06 +00:00
<addaction name="actionYearlyStatistics"/>
2013-04-09 16:26:23 +00:00
<addaction name="actionPreviousDC"/>
<addaction name="actionNextDC"/>
2013-06-20 21:48:21 +00:00
<addaction name="separator"/>
2014-01-14 17:36:07 +00:00
<addaction name="actionFullScreen"/>
2013-04-07 22:20:43 +00:00
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
2013-10-27 06:24:57 +00:00
<string>&Help</string>
2013-04-07 22:20:43 +00:00
</property>
2013-04-09 16:26:23 +00:00
<addaction name="actionAboutSubsurface"/>
2014-04-02 19:41:39 +00:00
<addaction name="action_Check_for_Updates"/>
2013-04-09 16:26:23 +00:00
<addaction name="actionUserManual"/>
2013-04-07 22:20:43 +00:00
</widget>
2013-11-14 13:14:06 +00:00
<widget class="QMenu" name="menuImport">
<property name="title">
<string>&Import</string>
</property>
<addaction name="actionDownloadDC"/>
2013-12-29 16:11:20 +00:00
<addaction name="actionImportDiveLog"/>
2013-11-14 13:14:06 +00:00
<addaction name="actionDownloadWeb"/>
<addaction name="actionDivelogs_de"/>
</widget>
2013-04-07 22:20:43 +00:00
<addaction name="menuFile"/>
2013-11-14 13:14:06 +00:00
<addaction name="menuImport"/>
2013-04-07 22:20:43 +00:00
<addaction name="menuLog"/>
<addaction name="menuView"/>
<addaction name="menuHelp"/>
</widget>
<action name="actionNew">
<property name="text">
2013-11-14 13:14:06 +00:00
<string>&New logbook</string>
2013-10-27 06:24:57 +00:00
</property>
<property name="toolTip">
2013-04-07 22:20:43 +00:00
<string>New</string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
<action name="actionOpen">
<property name="text">
2013-11-14 13:14:06 +00:00
<string>&Open logbook</string>
2013-10-27 06:24:57 +00:00
</property>
<property name="toolTip">
2013-04-07 22:20:43 +00:00
<string>Open</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
2013-04-09 16:26:23 +00:00
<action name="actionSave">
2013-04-07 22:20:43 +00:00
<property name="text">
2013-10-27 06:24:57 +00:00
<string>&Save</string>
</property>
<property name="toolTip">
2013-04-07 22:20:43 +00:00
<string>Save</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
2013-04-09 16:26:23 +00:00
<action name="actionSaveAs">
2013-04-07 22:20:43 +00:00
<property name="text">
2014-06-26 19:59:17 +00:00
<string>Sa&ve as</string>
2013-10-27 06:24:57 +00:00
</property>
<property name="toolTip">
2013-04-07 22:20:43 +00:00
<string>Save as</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+S</string>
</property>
</action>
2013-04-09 16:26:23 +00:00
<action name="actionClose">
2013-04-07 22:20:43 +00:00
<property name="text">
2014-06-26 19:59:17 +00:00
<string>&Close</string>
2013-10-27 06:24:57 +00:00
</property>
<property name="toolTip">
2013-04-07 22:20:43 +00:00
<string>Close</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action>
2013-04-09 16:26:23 +00:00
<action name="actionPrint">
2013-04-07 22:20:43 +00:00
<property name="text">
2013-10-27 06:24:57 +00:00
<string>&Print</string>
2013-04-07 22:20:43 +00:00
</property>
<property name="shortcut">
<string>Ctrl+P</string>
</property>
</action>
2013-04-09 16:26:23 +00:00
<action name="actionPreferences">
2013-04-07 22:20:43 +00:00
<property name="text">
2014-06-26 19:59:17 +00:00
<string>P&references</string>
2013-11-14 13:14:06 +00:00
</property>
<property name="shortcut">
<string>Ctrl+,</string>
2013-04-07 22:20:43 +00:00
</property>
2013-12-07 04:53:17 +00:00
<property name="menuRole">
<enum>QAction::PreferencesRole</enum>
</property>
2013-04-07 22:20:43 +00:00
</action>
2013-04-09 16:26:23 +00:00
<action name="actionQuit">
2013-04-07 22:20:43 +00:00
<property name="text">
2013-10-27 06:24:57 +00:00
<string>&Quit</string>
2013-04-07 22:20:43 +00:00
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
2013-12-07 04:53:17 +00:00
<property name="menuRole">
<enum>QAction::QuitRole</enum>
</property>
2013-04-07 22:20:43 +00:00
</action>
2013-04-09 16:26:23 +00:00
<action name="actionDownloadDC">
2013-04-07 22:20:43 +00:00
<property name="text">
2013-11-14 13:14:06 +00:00
<string>Import from &dive computer</string>
2013-04-07 22:20:43 +00:00
</property>
2013-05-06 08:12:53 +00:00
<property name="shortcut">
<string>Ctrl+D</string>
</property>
2013-04-07 22:20:43 +00:00
</action>
2013-04-09 16:26:23 +00:00
<action name="actionDownloadWeb">
2013-04-07 22:20:43 +00:00
<property name="text">
2014-07-11 21:39:58 +00:00
<string>Import &GPS data from Subsurface web service</string>
2013-11-14 13:14:06 +00:00
</property>
<property name="shortcut">
<string>Ctrl+G</string>
2013-04-07 22:20:43 +00:00
</property>
</action>
2013-04-09 16:26:23 +00:00
<action name="actionEditDeviceNames">
2013-04-07 22:20:43 +00:00
<property name="text">
2014-07-10 23:06:48 +00:00
<string>&Edit device names</string>
2013-04-07 22:20:43 +00:00
</property>
</action>
2013-04-09 16:26:23 +00:00
<action name="actionAddDive">
2013-04-07 22:20:43 +00:00
<property name="text">
2014-07-10 23:06:48 +00:00
<string>&Add dive</string>
2013-11-14 13:14:06 +00:00
</property>
<property name="shortcut">
<string>Ctrl++</string>
2013-04-07 22:20:43 +00:00
</property>
</action>
2014-08-16 15:32:23 +00:00
<action name="copy">
<property name="text">
<string>&Copy dive components</string>
</property>
<property name="shortcut">
<string>Ctrl+C</string>
</property>
</action>
<action name="paste">
<property name="text">
<string>&Paste dive components</string>
</property>
<property name="shortcut">
<string>Ctrl+V</string>
</property>
</action>
2013-04-07 22:20:43 +00:00
<action name="actionRenumber">
<property name="text">
2013-10-27 06:24:57 +00:00
<string>&Renumber</string>
2013-04-07 22:20:43 +00:00
</property>
2013-11-14 13:14:06 +00:00
<property name="shortcut">
<string>Ctrl+R</string>
</property>
2013-04-07 22:20:43 +00:00
</action>
2013-04-09 16:26:23 +00:00
<action name="actionAutoGroup">
2013-10-17 23:30:32 +00:00
<property name="checkable">
<bool>true</bool>
</property>
2013-04-07 22:20:43 +00:00
<property name="text">
2014-07-10 23:06:48 +00:00
<string>Auto &group</string>
2013-04-07 22:20:43 +00:00
</property>
</action>
2013-04-09 16:26:23 +00:00
<action name="actionYearlyStatistics">
2013-04-07 22:20:43 +00:00
<property name="text">
2014-07-10 23:06:48 +00:00
<string>&Yearly statistics</string>
2013-04-07 22:20:43 +00:00
</property>
2013-11-14 13:14:06 +00:00
<property name="shortcut">
<string>Ctrl+Y</string>
</property>
2013-04-07 22:20:43 +00:00
</action>
2013-04-09 16:26:23 +00:00
<action name="actionViewList">
2013-04-07 22:20:43 +00:00
<property name="text">
2014-07-10 23:06:48 +00:00
<string>&Dive list</string>
2013-04-07 22:20:43 +00:00
</property>
2013-05-06 08:12:53 +00:00
<property name="shortcut">
2013-06-26 12:07:52 +00:00
<string>Ctrl+2</string>
2013-05-06 08:12:53 +00:00
</property>
2013-04-07 22:20:43 +00:00
</action>
2013-04-09 16:26:23 +00:00
<action name="actionViewProfile">
2013-04-07 22:20:43 +00:00
<property name="text">
2014-06-26 19:59:17 +00:00
<string>&Profile</string>
2013-04-07 22:20:43 +00:00
</property>
2013-05-06 08:12:53 +00:00
<property name="shortcut">
2013-06-26 12:07:52 +00:00
<string>Ctrl+3</string>
2013-05-06 08:12:53 +00:00
</property>
2013-04-07 22:20:43 +00:00
</action>
2013-04-09 16:26:23 +00:00
<action name="actionViewInfo">
2013-04-07 22:20:43 +00:00
<property name="text">
2014-06-26 19:59:17 +00:00
<string>&Info</string>
2013-04-07 22:20:43 +00:00
</property>
2013-05-06 08:12:53 +00:00
<property name="shortcut">
2013-06-26 12:07:52 +00:00
<string>Ctrl+4</string>
2013-05-06 08:12:53 +00:00
</property>
2013-04-07 22:20:43 +00:00
</action>
2013-04-09 16:26:23 +00:00
<action name="actionViewAll">
2013-04-07 22:20:43 +00:00
<property name="text">
2014-06-26 19:59:17 +00:00
<string>&All</string>
2013-04-07 22:20:43 +00:00
</property>
2013-05-06 08:12:53 +00:00
<property name="shortcut">
2013-06-26 12:07:52 +00:00
<string>Ctrl+1</string>
2013-05-06 08:12:53 +00:00
</property>
2013-04-07 22:20:43 +00:00
</action>
2013-04-09 16:26:23 +00:00
<action name="actionPreviousDC">
2013-04-07 22:20:43 +00:00
<property name="text">
2014-07-10 23:06:48 +00:00
<string>P&revious DC</string>
2013-04-07 22:20:43 +00:00
</property>
2013-05-10 17:45:13 +00:00
<property name="shortcut">
<string>Left</string>
</property>
2013-04-07 22:20:43 +00:00
</action>
2013-04-09 16:26:23 +00:00
<action name="actionNextDC">
2013-04-07 22:20:43 +00:00
<property name="text">
2014-06-26 19:59:17 +00:00
<string>&Next DC</string>
2013-04-07 22:20:43 +00:00
</property>
2013-05-10 17:45:13 +00:00
<property name="shortcut">
<string>Right</string>
</property>
2013-04-07 22:20:43 +00:00
</action>
2013-04-09 16:26:23 +00:00
<action name="actionAboutSubsurface">
2013-04-07 22:20:43 +00:00
<property name="text">
2014-06-26 19:59:17 +00:00
<string>&About Subsurface</string>
2013-04-07 22:20:43 +00:00
</property>
2013-12-07 04:53:17 +00:00
<property name="menuRole">
<enum>QAction::AboutRole</enum>
</property>
2013-04-07 22:20:43 +00:00
</action>
2013-04-09 16:26:23 +00:00
<action name="actionUserManual">
2013-04-07 22:20:43 +00:00
<property name="text">
2014-07-10 23:06:48 +00:00
<string>User &manual</string>
2013-04-07 22:20:43 +00:00
</property>
2013-05-30 13:56:53 +00:00
<property name="shortcut">
<string>F1</string>
</property>
2013-04-07 22:20:43 +00:00
</action>
2013-06-12 18:53:23 +00:00
<action name="actionViewGlobe">
<property name="text">
2014-06-26 19:59:17 +00:00
<string>&Globe</string>
2013-06-12 18:53:23 +00:00
</property>
<property name="shortcut">
2013-06-26 12:07:52 +00:00
<string>Ctrl+5</string>
2013-06-12 18:53:23 +00:00
</property>
</action>
2013-06-20 21:48:21 +00:00
<action name="actionDivePlanner">
<property name="text">
2014-07-10 23:06:48 +00:00
<string>P&lan dive</string>
2013-11-14 13:14:06 +00:00
</property>
<property name="shortcut">
<string>Ctrl+L</string>
2013-06-20 21:48:21 +00:00
</property>
</action>
2013-12-29 16:11:20 +00:00
<action name="actionImportDiveLog">
2013-10-17 23:30:32 +00:00
<property name="text">
2014-07-10 23:06:48 +00:00
<string>&Import log files</string>
2013-10-17 23:30:32 +00:00
</property>
<property name="toolTip">
2013-12-29 16:11:21 +00:00
<string>Import divelog files from other applications</string>
2013-12-29 16:11:20 +00:00
</property>
<property name="shortcut">
<string>Ctrl+I</string>
2013-10-17 23:30:32 +00:00
</property>
2013-10-16 19:05:19 +00:00
</action>
2013-10-25 00:57:43 +00:00
<action name="actionDivelogs_de">
<property name="text">
2014-07-10 23:06:48 +00:00
<string>Import &from divelogs.de</string>
2013-10-25 00:57:43 +00:00
</property>
</action>
2014-01-14 17:36:07 +00:00
<action name="actionFullScreen">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
2014-07-10 23:06:48 +00:00
<string>&Full screen</string>
2014-01-14 17:36:07 +00:00
</property>
<property name="toolTip">
2014-07-10 23:06:48 +00:00
<string>Toggle full screen</string>
2014-01-14 17:36:07 +00:00
</property>
<property name="shortcut">
<string>F11</string>
</property>
</action>
2014-02-13 21:48:07 +00:00
<action name="actionRecent1">
<property name="visible">
<bool>false</bool>
</property>
</action>
<action name="actionRecent2">
<property name="visible">
<bool>false</bool>
</property>
</action>
<action name="actionRecent3">
<property name="visible">
<bool>false</bool>
</property>
</action>
<action name="actionRecent4">
<property name="visible">
<bool>false</bool>
</property>
</action>
2014-04-02 19:41:39 +00:00
<action name="action_Check_for_Updates">
<property name="text">
2014-07-10 23:06:48 +00:00
<string>&Check for updates</string>
2014-04-02 19:41:39 +00:00
</property>
</action>
2014-05-20 16:33:32 +00:00
<action name="actionExport">
2014-04-26 07:55:41 +00:00
<property name="text">
2014-06-26 19:59:17 +00:00
<string>&Export</string>
2014-05-20 16:33:32 +00:00
</property>
<property name="toolTip">
<string>Export Dive Logs</string>
</property>
<property name="shortcut">
<string>Ctrl+E</string>
2014-04-26 07:55:41 +00:00
</property>
</action>
2014-05-29 15:54:19 +00:00
<action name="actionConfigure_Dive_Computer">
<property name="text">
2014-09-10 17:37:48 +00:00
<string>Configure &dive computer</string>
2014-05-29 15:54:19 +00:00
</property>
2014-10-27 19:37:05 +00:00
<property name="shortcut">
<string>Ctrl+Shift+C</string>
</property>
2014-11-18 06:05:35 +00:00
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
2014-05-29 15:54:19 +00:00
</action>
2014-08-19 20:03:53 +00:00
<action name="actionReplanDive">
<property name="text">
2014-08-23 01:26:07 +00:00
<string>Re-plan &dive</string>
</property>
</action>
<action name="profPO2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/icon_o2</normaloff>:/icon_o2</iconset>
</property>
<property name="text">
2014-09-11 14:46:02 +00:00
<string>Toggle pO2 Graph</string>
2014-08-23 01:26:07 +00:00
</property>
</action>
<action name="profPn2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/icon_n2</normaloff>:/icon_n2</iconset>
</property>
<property name="text">
2014-09-11 14:46:02 +00:00
<string>Toggle pN2 Graph</string>
2014-08-23 01:26:07 +00:00
</property>
</action>
<action name="profPhe">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/icon_he</normaloff>:/icon_he</iconset>
</property>
<property name="text">
2014-09-11 14:46:02 +00:00
<string>Toggle pHe graph</string>
2014-08-23 01:26:07 +00:00
</property>
</action>
<action name="profDcCeiling">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/icon_ceiling_dc</normaloff>:/icon_ceiling_dc</iconset>
</property>
<property name="text">
2014-09-11 14:46:02 +00:00
<string>Toggle DC reported ceiling</string>
2014-08-23 01:26:07 +00:00
</property>
</action>
<action name="profCalcCeiling">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/icon_ceiling_calculated</normaloff>:/icon_ceiling_calculated</iconset>
</property>
<property name="text">
2014-09-11 14:46:02 +00:00
<string>Toggle calculated ceiling</string>
2014-08-23 01:26:07 +00:00
</property>
</action>
<action name="profCalcAllTissues">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/icon_ceiling_alltissues</normaloff>:/icon_ceiling_alltissues</iconset>
</property>
<property name="text">
2014-09-11 14:46:02 +00:00
<string>Toggle calculating all tissues</string>
2014-08-23 01:26:07 +00:00
</property>
</action>
<action name="profIncrement3m">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/icon_ceiling_3m</normaloff>:/icon_ceiling_3m</iconset>
</property>
<property name="text">
2014-09-11 14:46:02 +00:00
<string>Toggle calculated ceiling with 3m increments</string>
2014-08-23 01:26:07 +00:00
</property>
</action>
<action name="profHR">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/icon_HR</normaloff>:/icon_HR</iconset>
</property>
<property name="text">
2014-09-11 14:46:02 +00:00
<string>Toggle heart rate</string>
2014-08-23 01:26:07 +00:00
</property>
</action>
<action name="profMod">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/icon_mod</normaloff>:/icon_mod</iconset>
</property>
<property name="text">
2014-09-11 14:46:02 +00:00
<string>Toggle MOD</string>
2014-08-23 01:26:07 +00:00
</property>
</action>
<action name="profEad">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/icon_ead</normaloff>:/icon_ead</iconset>
</property>
<property name="text">
2014-09-11 14:46:02 +00:00
<string>Toggle EAD, END, EADD</string>
2014-08-23 01:26:07 +00:00
</property>
</action>
<action name="profNdl_tts">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/icon_NDLTTS</normaloff>:/icon_NDLTTS</iconset>
</property>
<property name="text">
2014-09-11 14:46:02 +00:00
<string>Toggle NDL, TTS</string>
2014-08-23 01:26:07 +00:00
</property>
</action>
<action name="profSAC">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/icon_lung</normaloff>:/icon_lung</iconset>
</property>
<property name="text">
2014-09-11 14:46:02 +00:00
<string>Toggle SAC rate</string>
2014-08-23 01:26:07 +00:00
</property>
</action>
<action name="profRuler">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/ruler</normaloff>:/ruler</iconset>
</property>
<property name="text">
2014-09-11 14:46:02 +00:00
<string>Toggle ruler</string>
2014-08-23 01:26:07 +00:00
</property>
</action>
<action name="profScaled">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/scale</normaloff>:/scale</iconset>
</property>
<property name="text">
2014-09-11 21:56:35 +00:00
<string>Scale graph</string>
2014-08-23 01:26:07 +00:00
</property>
</action>
<action name="profTogglePicture">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/pictures</normaloff>:/pictures</iconset>
</property>
<property name="text">
2014-09-11 21:56:35 +00:00
<string>Toggle pictures</string>
2014-08-23 01:26:07 +00:00
</property>
</action>
<action name="profTankbar">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/gaschange</normaloff>:/gaschange</iconset>
</property>
<property name="text">
2014-09-11 21:56:35 +00:00
<string>Toggle tank bar</string>
2014-08-19 20:03:53 +00:00
</property>
</action>
2014-09-17 17:50:41 +00:00
<action name="actionFilterTags">
2014-11-13 22:27:30 +00:00
<property name="checkable">
<bool>true</bool>
</property>
2014-09-17 17:50:41 +00:00
<property name="text">
2014-11-13 22:27:30 +00:00
<string>&Filter divelist</string>
2014-09-17 17:50:41 +00:00
</property>
2014-10-31 16:17:01 +00:00
<property name="shortcut">
<string>Ctrl+F</string>
</property>
2014-09-17 17:50:41 +00:00
</action>
2014-09-15 12:09:00 +00:00
<action name="profTissues">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/icon_tissue</normaloff>:/icon_tissue</iconset>
</property>
<property name="text">
2014-11-01 00:07:16 +00:00
<string>Toggle tissue graph</string>
2014-09-15 12:09:00 +00:00
</property>
</action>
2013-04-07 22:20:43 +00:00
</widget>
<customwidgets>
2013-06-12 18:53:23 +00:00
<customwidget>
<class>KMessageWidget</class>
<extends>QWidget</extends>
<header>kmessagewidget.h</header>
<container>1</container>
</customwidget>
2013-04-07 22:20:43 +00:00
<customwidget>
<class>MainTab</class>
<extends>QWidget</extends>
2013-08-31 03:36:15 +00:00
<header>qt-ui/maintab.h</header>
2013-04-07 22:20:43 +00:00
<container>1</container>
</customwidget>
2013-04-12 07:24:07 +00:00
<customwidget>
<class>DiveListView</class>
<extends>QTreeView</extends>
<header>divelistview.h</header>
</customwidget>
2013-05-17 11:14:10 +00:00
<customwidget>
<class>GlobeGPS</class>
<extends>QWidget</extends>
<header>globe.h</header>
<container>1</container>
</customwidget>
2013-08-26 11:43:37 +00:00
<customwidget>
<class>DivePlannerWidget</class>
<extends>QWidget</extends>
<header>diveplanner.h</header>
<container>1</container>
</customwidget>
2014-01-14 16:30:13 +00:00
<customwidget>
<class>ProfileWidget2</class>
<extends>QGraphicsView</extends>
<header>qt-ui/profile/profilewidget2.h</header>
</customwidget>
2014-06-10 15:40:02 +00:00
<customwidget>
<class>PlannerSettingsWidget</class>
<extends>QWidget</extends>
<header>diveplanner.h</header>
<container>1</container>
</customwidget>
2014-09-17 17:17:41 +00:00
<customwidget>
2014-10-31 17:22:21 +00:00
<class>MultiFilter</class>
2014-09-17 17:17:41 +00:00
<extends>QWidget</extends>
<header>simplewidgets.h</header>
<container>1</container>
</customwidget>
2013-04-07 22:20:43 +00:00
</customwidgets>
2014-02-06 13:38:28 +00:00
<resources>
<include location="../subsurface.qrc"/>
</resources>
2013-04-07 22:20:43 +00:00
<connections/>
</ui>