2013-04-07 15:20:43 -07: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 17:04:39 +02:00
<width>1682</width>
<height>1151</height>
2013-04-07 15:20:43 -07:00
</rect>
</property>
<widget class="QWidget" name="centralwidget">
2013-06-27 14:48:03 -03:00
<layout class="QVBoxLayout" name="verticalLayout_2">
2013-09-26 16:55:41 -03:00
<property name="spacing">
<number>0</number>
</property>
2014-02-06 11:38:28 -02: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 16:55:41 -03:00
<number>0</number>
</property>
2014-11-03 17:39:31 -02:00
<item>
<widget class="MultiFilter" name="multiFilter" native="true"/>
</item>
2013-06-27 14:48:03 -03:00
<item>
2013-04-28 10:05:37 +01:00
<widget class="QSplitter" name="mainSplitter">
2013-04-07 15:20:43 -07:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
2013-04-28 10:05:37 +01:00
<widget class="QSplitter" name="infoProfileSplitter">
2013-04-07 15:20:43 -07:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
2013-08-26 08:43:37 -03:00
<widget class="QStackedWidget" name="infoPane">
<property name="currentIndex">
2014-06-26 16:59:17 -03:00
<number>0</number>
2013-08-26 08:43:37 -03:00
</property>
<widget class="QWidget" name="page">
<layout class="QHBoxLayout" name="horizontalLayout_3">
2013-09-26 16:51:11 -03:00
<property name="spacing">
<number>0</number>
</property>
2014-02-06 11:38:28 -02: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 16:51:11 -03:00
<number>0</number>
</property>
2013-08-26 08:43:37 -03:00
<item>
<widget class="MainTab" name="InfoWidget" native="true"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_2">
2014-06-03 11:38:24 +02:00
<property name="enabled">
<bool>true</bool>
</property>
2013-08-26 08:43:37 -03:00
<layout class="QHBoxLayout" name="horizontalLayout_4">
2013-09-26 16:51:11 -03:00
<property name="spacing">
<number>0</number>
</property>
2014-02-06 11:38:28 -02: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 16:51:11 -03:00
<number>0</number>
</property>
2013-08-26 08:43:37 -03:00
<item>
2014-06-03 11:38:24 +02:00
<widget class="DivePlannerWidget" name="divePlannerWidget" native="true">
<property name="enabled">
<bool>true</bool>
</property>
</widget>
2013-08-26 08:43:37 -03:00
</item>
</layout>
</widget>
</widget>
2014-05-25 00:51:05 -03:00
<widget class="QWidget" name="ProfileWidget">
2014-06-02 16:25:58 +02: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-22 22:26:07 -03:00
<item row="0" column="0" rowspan="3">
2014-08-15 08:11:14 -06:00
<widget class="ProfileWidget2" name="newProfile"/>
</item>
2014-06-02 16:25:58 +02:00
</layout>
2013-06-27 14:48:03 -03:00
</widget>
2013-04-07 15:20:43 -07:00
</widget>
2013-05-17 21:58:49 -03:00
<widget class="QSplitter" name="listGlobeSplitter">
2013-05-17 08:14:10 -03:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
2014-05-31 20:59:36 -07:00
<widget class="QStackedWidget" name="diveListPane">
<property name="currentIndex">
2014-06-30 20:53:53 -07:00
<number>0</number>
2013-05-17 08:14:10 -03:00
</property>
2014-10-31 13:44:21 -02:00
<widget class="QWidget" name="page_3">
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
2014-10-31 19:56:07 -02:00
<widget class="DiveListView" name="ListWidget">
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</widget>
2014-10-31 13:44:21 -02:00
</item>
</layout>
2014-05-31 20:59:36 -07:00
</widget>
2014-07-07 22:05:28 +02:00
<widget class="PlannerSettingsWidget" name="plannerSettingsWidget"/>
2014-06-10 17:40:02 +02:00
</widget>
<widget class="QStackedWidget" name="globePane">
<property name="currentIndex">
2014-06-30 20:53:53 -07:00
<number>0</number>
2014-06-10 17:40:02 +02:00
</property>
2014-06-26 17:04:39 +02:00
<widget class="QWidget" name="stackedWidgetPage1">
2014-06-10 17:40:02 +02: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 14:50:41 -03:00
<widget class="QWidget" name="page_5">
2014-06-10 17:40:02 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2014-06-26 17:04:39 +02:00
<layout class="QVBoxLayout" name="verticalLayout_3">
2014-06-02 16:25:58 +02:00
<item>
2014-06-26 17:04:39 +02: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 16:25:58 +02:00
</item>
2014-05-31 20:59:36 -07:00
<item>
2014-06-02 16:25:58 +02:00
<widget class="QTextEdit" name="divePlanOutput">
2014-06-26 17:04:39 +02:00
<property name="enabled">
<bool>true</bool>
</property>
2014-06-10 17:40:02 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2014-06-02 16:25:58 +02:00
<property name="styleSheet">
<string notr="true">font: 13pt "Courier";</string>
</property>
2014-06-03 09:35:19 +02:00
<property name="readOnly">
<bool>true</bool>
</property>
2014-06-02 16:25:58 +02: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-05-31 20:59:36 -07:00
</item>
</layout>
</widget>
2013-05-17 08:14:10 -03:00
</widget>
2013-04-25 20:44:06 -03:00
</widget>
2013-04-07 15:20:43 -07:00
</widget>
</item>
2013-06-27 14:48:03 -03:00
<item>
2014-06-26 17:04:39 +02:00
<widget class="KMessageWidget" name="mainErrorMessage" native="true"/>
2013-05-21 23:13:45 -07:00
</item>
2013-04-07 15:20:43 -07:00
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2014-06-26 17:04:39 +02:00
<width>1682</width>
2014-10-31 13:44:21 -02:00
<height>36</height>
2013-04-07 15:20:43 -07:00
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
2013-10-27 08:24:57 +02:00
<string>&File</string>
2013-04-07 15:20:43 -07:00
</property>
<addaction name="actionNew"/>
<addaction name="actionOpen"/>
2013-04-09 17:26:23 +01:00
<addaction name="actionSave"/>
<addaction name="actionSaveAs"/>
2013-04-07 15:20:43 -07:00
<addaction name="separator"/>
2013-11-14 22:14:06 +09:00
<addaction name="actionClose"/>
2014-05-20 19:33:32 +03:00
<addaction name="actionExport"/>
2013-04-09 17:26:23 +01:00
<addaction name="actionPrint"/>
<addaction name="actionPreferences"/>
2014-02-13 22:48:07 +01:00
<addaction name="separator"/>
2014-05-29 18:54:19 +03:00
<addaction name="actionConfigure_Dive_Computer"/>
<addaction name="separator"/>
2014-02-13 22:48:07 +01:00
<addaction name="actionRecent1"/>
<addaction name="actionRecent2"/>
<addaction name="actionRecent3"/>
<addaction name="actionRecent4"/>
<addaction name="separator"/>
2013-04-09 17:26:23 +01:00
<addaction name="actionQuit"/>
2013-04-07 15:20:43 -07:00
</widget>
<widget class="QMenu" name="menuLog">
<property name="title">
2013-10-27 08:24:57 +02:00
<string>&Log</string>
2013-04-07 15:20:43 -07:00
</property>
2013-04-09 17:26:23 +01:00
<addaction name="actionAddDive"/>
2014-02-07 00:14:47 -02:00
<addaction name="actionDivePlanner"/>
2014-08-19 15:03:53 -05:00
<addaction name="actionReplanDive"/>
2014-08-16 09:32:23 -06:00
<addaction name="copy"/>
<addaction name="paste"/>
2013-04-07 15:20:43 -07:00
<addaction name="separator"/>
<addaction name="actionRenumber"/>
2013-04-09 17:26:23 +01:00
<addaction name="actionAutoGroup"/>
2013-10-24 22:57:43 -02:00
<addaction name="separator"/>
2013-11-14 22:14:06 +09:00
<addaction name="actionEditDeviceNames"/>
2014-09-17 14:50:41 -03:00
<addaction name="actionFilterTags"/>
2013-04-07 15:20:43 -07:00
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
2013-10-27 08:24:57 +02:00
<string>&View</string>
2013-04-07 15:20:43 -07:00
</property>
2013-06-26 15:07:52 +03:00
<addaction name="actionViewAll"/>
2013-04-09 17:26:23 +01:00
<addaction name="actionViewList"/>
<addaction name="actionViewProfile"/>
<addaction name="actionViewInfo"/>
2013-06-12 14:53:23 -04:00
<addaction name="actionViewGlobe"/>
2013-06-12 15:54:55 -03:00
<addaction name="separator"/>
2013-11-14 22:14:06 +09:00
<addaction name="actionYearlyStatistics"/>
2013-04-09 17:26:23 +01:00
<addaction name="actionPreviousDC"/>
<addaction name="actionNextDC"/>
2013-06-20 18:48:21 -03:00
<addaction name="separator"/>
2014-01-14 18:36:07 +01:00
<addaction name="actionFullScreen"/>
2013-04-07 15:20:43 -07:00
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
2013-10-27 08:24:57 +02:00
<string>&Help</string>
2013-04-07 15:20:43 -07:00
</property>
2013-04-09 17:26:23 +01:00
<addaction name="actionAboutSubsurface"/>
2014-04-02 22:41:39 +03:00
<addaction name="action_Check_for_Updates"/>
2013-04-09 17:26:23 +01:00
<addaction name="actionUserManual"/>
2013-04-07 15:20:43 -07:00
</widget>
2013-11-14 22:14:06 +09:00
<widget class="QMenu" name="menuImport">
<property name="title">
<string>&Import</string>
</property>
<addaction name="actionDownloadDC"/>
2013-12-29 18:11:20 +02:00
<addaction name="actionImportDiveLog"/>
2013-11-14 22:14:06 +09:00
<addaction name="actionDownloadWeb"/>
<addaction name="actionDivelogs_de"/>
</widget>
2013-04-07 15:20:43 -07:00
<addaction name="menuFile"/>
2013-11-14 22:14:06 +09:00
<addaction name="menuImport"/>
2013-04-07 15:20:43 -07:00
<addaction name="menuLog"/>
<addaction name="menuView"/>
<addaction name="menuHelp"/>
</widget>
<action name="actionNew">
<property name="text">
2013-11-14 22:14:06 +09:00
<string>&New logbook</string>
2013-10-27 08:24:57 +02:00
</property>
<property name="toolTip">
2013-04-07 15:20:43 -07:00
<string>New</string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
<action name="actionOpen">
<property name="text">
2013-11-14 22:14:06 +09:00
<string>&Open logbook</string>
2013-10-27 08:24:57 +02:00
</property>
<property name="toolTip">
2013-04-07 15:20:43 -07:00
<string>Open</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
2013-04-09 17:26:23 +01:00
<action name="actionSave">
2013-04-07 15:20:43 -07:00
<property name="text">
2013-10-27 08:24:57 +02:00
<string>&Save</string>
</property>
<property name="toolTip">
2013-04-07 15:20:43 -07:00
<string>Save</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
2013-04-09 17:26:23 +01:00
<action name="actionSaveAs">
2013-04-07 15:20:43 -07:00
<property name="text">
2014-06-26 16:59:17 -03:00
<string>Sa&ve as</string>
2013-10-27 08:24:57 +02:00
</property>
<property name="toolTip">
2013-04-07 15:20:43 -07:00
<string>Save as</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+S</string>
</property>
</action>
2013-04-09 17:26:23 +01:00
<action name="actionClose">
2013-04-07 15:20:43 -07:00
<property name="text">
2014-06-26 16:59:17 -03:00
<string>&Close</string>
2013-10-27 08:24:57 +02:00
</property>
<property name="toolTip">
2013-04-07 15:20:43 -07:00
<string>Close</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action>
2013-04-09 17:26:23 +01:00
<action name="actionPrint">
2013-04-07 15:20:43 -07:00
<property name="text">
2013-10-27 08:24:57 +02:00
<string>&Print</string>
2013-04-07 15:20:43 -07:00
</property>
<property name="shortcut">
<string>Ctrl+P</string>
</property>
</action>
2013-04-09 17:26:23 +01:00
<action name="actionPreferences">
2013-04-07 15:20:43 -07:00
<property name="text">
2014-06-26 16:59:17 -03:00
<string>P&references</string>
2013-11-14 22:14:06 +09:00
</property>
<property name="shortcut">
<string>Ctrl+,</string>
2013-04-07 15:20:43 -07:00
</property>
2013-12-06 20:53:17 -08:00
<property name="menuRole">
<enum>QAction::PreferencesRole</enum>
</property>
2013-04-07 15:20:43 -07:00
</action>
2013-04-09 17:26:23 +01:00
<action name="actionQuit">
2013-04-07 15:20:43 -07:00
<property name="text">
2013-10-27 08:24:57 +02:00
<string>&Quit</string>
2013-04-07 15:20:43 -07:00
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
2013-12-06 20:53:17 -08:00
<property name="menuRole">
<enum>QAction::QuitRole</enum>
</property>
2013-04-07 15:20:43 -07:00
</action>
2013-04-09 17:26:23 +01:00
<action name="actionDownloadDC">
2013-04-07 15:20:43 -07:00
<property name="text">
2013-11-14 22:14:06 +09:00
<string>Import from &dive computer</string>
2013-04-07 15:20:43 -07:00
</property>
2013-05-06 09:12:53 +01:00
<property name="shortcut">
<string>Ctrl+D</string>
</property>
2013-04-07 15:20:43 -07:00
</action>
2013-04-09 17:26:23 +01:00
<action name="actionDownloadWeb">
2013-04-07 15:20:43 -07:00
<property name="text">
2014-07-11 22:39:58 +01:00
<string>Import &GPS data from Subsurface web service</string>
2013-11-14 22:14:06 +09:00
</property>
<property name="shortcut">
<string>Ctrl+G</string>
2013-04-07 15:20:43 -07:00
</property>
</action>
2013-04-09 17:26:23 +01:00
<action name="actionEditDeviceNames">
2013-04-07 15:20:43 -07:00
<property name="text">
2014-07-11 00:06:48 +01:00
<string>&Edit device names</string>
2013-04-07 15:20:43 -07:00
</property>
</action>
2013-04-09 17:26:23 +01:00
<action name="actionAddDive">
2013-04-07 15:20:43 -07:00
<property name="text">
2014-07-11 00:06:48 +01:00
<string>&Add dive</string>
2013-11-14 22:14:06 +09:00
</property>
<property name="shortcut">
<string>Ctrl++</string>
2013-04-07 15:20:43 -07:00
</property>
</action>
2014-08-16 09:32:23 -06: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 15:20:43 -07:00
<action name="actionRenumber">
<property name="text">
2013-10-27 08:24:57 +02:00
<string>&Renumber</string>
2013-04-07 15:20:43 -07:00
</property>
2013-11-14 22:14:06 +09:00
<property name="shortcut">
<string>Ctrl+R</string>
</property>
2013-04-07 15:20:43 -07:00
</action>
2013-04-09 17:26:23 +01:00
<action name="actionAutoGroup">
2013-10-17 16:30:32 -07:00
<property name="checkable">
<bool>true</bool>
</property>
2013-04-07 15:20:43 -07:00
<property name="text">
2014-07-11 00:06:48 +01:00
<string>Auto &group</string>
2013-04-07 15:20:43 -07:00
</property>
</action>
2013-04-09 17:26:23 +01:00
<action name="actionYearlyStatistics">
2013-04-07 15:20:43 -07:00
<property name="text">
2014-07-11 00:06:48 +01:00
<string>&Yearly statistics</string>
2013-04-07 15:20:43 -07:00
</property>
2013-11-14 22:14:06 +09:00
<property name="shortcut">
<string>Ctrl+Y</string>
</property>
2013-04-07 15:20:43 -07:00
</action>
2013-04-09 17:26:23 +01:00
<action name="actionViewList">
2013-04-07 15:20:43 -07:00
<property name="text">
2014-07-11 00:06:48 +01:00
<string>&Dive list</string>
2013-04-07 15:20:43 -07:00
</property>
2013-05-06 09:12:53 +01:00
<property name="shortcut">
2013-06-26 15:07:52 +03:00
<string>Ctrl+2</string>
2013-05-06 09:12:53 +01:00
</property>
2013-04-07 15:20:43 -07:00
</action>
2013-04-09 17:26:23 +01:00
<action name="actionViewProfile">
2013-04-07 15:20:43 -07:00
<property name="text">
2014-06-26 16:59:17 -03:00
<string>&Profile</string>
2013-04-07 15:20:43 -07:00
</property>
2013-05-06 09:12:53 +01:00
<property name="shortcut">
2013-06-26 15:07:52 +03:00
<string>Ctrl+3</string>
2013-05-06 09:12:53 +01:00
</property>
2013-04-07 15:20:43 -07:00
</action>
2013-04-09 17:26:23 +01:00
<action name="actionViewInfo">
2013-04-07 15:20:43 -07:00
<property name="text">
2014-06-26 16:59:17 -03:00
<string>&Info</string>
2013-04-07 15:20:43 -07:00
</property>
2013-05-06 09:12:53 +01:00
<property name="shortcut">
2013-06-26 15:07:52 +03:00
<string>Ctrl+4</string>
2013-05-06 09:12:53 +01:00
</property>
2013-04-07 15:20:43 -07:00
</action>
2013-04-09 17:26:23 +01:00
<action name="actionViewAll">
2013-04-07 15:20:43 -07:00
<property name="text">
2014-06-26 16:59:17 -03:00
<string>&All</string>
2013-04-07 15:20:43 -07:00
</property>
2013-05-06 09:12:53 +01:00
<property name="shortcut">
2013-06-26 15:07:52 +03:00
<string>Ctrl+1</string>
2013-05-06 09:12:53 +01:00
</property>
2013-04-07 15:20:43 -07:00
</action>
2013-04-09 17:26:23 +01:00
<action name="actionPreviousDC">
2013-04-07 15:20:43 -07:00
<property name="text">
2014-07-11 00:06:48 +01:00
<string>P&revious DC</string>
2013-04-07 15:20:43 -07:00
</property>
2013-05-10 10:45:13 -07:00
<property name="shortcut">
<string>Left</string>
</property>
2013-04-07 15:20:43 -07:00
</action>
2013-04-09 17:26:23 +01:00
<action name="actionNextDC">
2013-04-07 15:20:43 -07:00
<property name="text">
2014-06-26 16:59:17 -03:00
<string>&Next DC</string>
2013-04-07 15:20:43 -07:00
</property>
2013-05-10 10:45:13 -07:00
<property name="shortcut">
<string>Right</string>
</property>
2013-04-07 15:20:43 -07:00
</action>
2013-04-09 17:26:23 +01:00
<action name="actionAboutSubsurface">
2013-04-07 15:20:43 -07:00
<property name="text">
2014-06-26 16:59:17 -03:00
<string>&About Subsurface</string>
2013-04-07 15:20:43 -07:00
</property>
2013-12-06 20:53:17 -08:00
<property name="menuRole">
<enum>QAction::AboutRole</enum>
</property>
2013-04-07 15:20:43 -07:00
</action>
2013-04-09 17:26:23 +01:00
<action name="actionUserManual">
2013-04-07 15:20:43 -07:00
<property name="text">
2014-07-11 00:06:48 +01:00
<string>User &manual</string>
2013-04-07 15:20:43 -07:00
</property>
2013-05-30 10:56:53 -03:00
<property name="shortcut">
<string>F1</string>
</property>
2013-04-07 15:20:43 -07:00
</action>
2013-06-12 14:53:23 -04:00
<action name="actionViewGlobe">
<property name="text">
2014-06-26 16:59:17 -03:00
<string>&Globe</string>
2013-06-12 14:53:23 -04:00
</property>
<property name="shortcut">
2013-06-26 15:07:52 +03:00
<string>Ctrl+5</string>
2013-06-12 14:53:23 -04:00
</property>
</action>
2013-06-20 18:48:21 -03:00
<action name="actionDivePlanner">
<property name="text">
2014-07-11 00:06:48 +01:00
<string>P&lan dive</string>
2013-11-14 22:14:06 +09:00
</property>
<property name="shortcut">
<string>Ctrl+L</string>
2013-06-20 18:48:21 -03:00
</property>
</action>
2013-12-29 18:11:20 +02:00
<action name="actionImportDiveLog">
2013-10-17 16:30:32 -07:00
<property name="text">
2014-07-11 00:06:48 +01:00
<string>&Import log files</string>
2013-10-17 16:30:32 -07:00
</property>
<property name="toolTip">
2013-12-29 18:11:21 +02:00
<string>Import divelog files from other applications</string>
2013-12-29 18:11:20 +02:00
</property>
<property name="shortcut">
<string>Ctrl+I</string>
2013-10-17 16:30:32 -07:00
</property>
2013-10-16 22:05:19 +03:00
</action>
2013-10-24 22:57:43 -02:00
<action name="actionDivelogs_de">
<property name="text">
2014-07-11 00:06:48 +01:00
<string>Import &from divelogs.de</string>
2013-10-24 22:57:43 -02:00
</property>
</action>
2014-01-14 18:36:07 +01:00
<action name="actionFullScreen">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
2014-07-11 00:06:48 +01:00
<string>&Full screen</string>
2014-01-14 18:36:07 +01:00
</property>
<property name="toolTip">
2014-07-11 00:06:48 +01:00
<string>Toggle full screen</string>
2014-01-14 18:36:07 +01:00
</property>
<property name="shortcut">
<string>F11</string>
</property>
</action>
2014-02-13 22:48:07 +01: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 22:41:39 +03:00
<action name="action_Check_for_Updates">
<property name="text">
2014-07-11 00:06:48 +01:00
<string>&Check for updates</string>
2014-04-02 22:41:39 +03:00
</property>
</action>
2014-05-20 19:33:32 +03:00
<action name="actionExport">
2014-04-26 10:55:41 +03:00
<property name="text">
2014-06-26 16:59:17 -03:00
<string>&Export</string>
2014-05-20 19:33:32 +03:00
</property>
<property name="toolTip">
2014-11-25 15:47:24 +00:00
<string>Export dive logs</string>
2014-05-20 19:33:32 +03:00
</property>
<property name="shortcut">
<string>Ctrl+E</string>
2014-04-26 10:55:41 +03:00
</property>
</action>
2014-05-29 18:54:19 +03:00
<action name="actionConfigure_Dive_Computer">
<property name="text">
2014-09-10 18:37:48 +01:00
<string>Configure &dive computer</string>
2014-05-29 18:54:19 +03:00
</property>
2014-10-27 20:37:05 +01: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 18:54:19 +03:00
</action>
2014-08-19 15:03:53 -05:00
<action name="actionReplanDive">
<property name="text">
2014-08-22 22:26:07 -03: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-11-25 15:47:24 +00:00
<string>Toggle pO₂ graph</string>
2014-08-22 22:26:07 -03: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-11-25 15:47:24 +00:00
<string>Toggle pN₂ graph</string>
2014-08-22 22:26:07 -03: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 07:46:02 -07:00
<string>Toggle pHe graph</string>
2014-08-22 22:26:07 -03: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 07:46:02 -07:00
<string>Toggle DC reported ceiling</string>
2014-08-22 22:26:07 -03: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 07:46:02 -07:00
<string>Toggle calculated ceiling</string>
2014-08-22 22:26:07 -03: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 07:46:02 -07:00
<string>Toggle calculating all tissues</string>
2014-08-22 22:26:07 -03: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 07:46:02 -07:00
<string>Toggle calculated ceiling with 3m increments</string>
2014-08-22 22:26:07 -03: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 07:46:02 -07:00
<string>Toggle heart rate</string>
2014-08-22 22:26:07 -03: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 07:46:02 -07:00
<string>Toggle MOD</string>
2014-08-22 22:26:07 -03: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 07:46:02 -07:00
<string>Toggle EAD, END, EADD</string>
2014-08-22 22:26:07 -03: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 07:46:02 -07:00
<string>Toggle NDL, TTS</string>
2014-08-22 22:26:07 -03: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 07:46:02 -07:00
<string>Toggle SAC rate</string>
2014-08-22 22:26:07 -03: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 07:46:02 -07:00
<string>Toggle ruler</string>
2014-08-22 22:26:07 -03: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 22:56:35 +01:00
<string>Scale graph</string>
2014-08-22 22:26:07 -03: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 22:56:35 +01:00
<string>Toggle pictures</string>
2014-08-22 22:26:07 -03: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 22:56:35 +01:00
<string>Toggle tank bar</string>
2014-08-19 15:03:53 -05:00
</property>
</action>
2014-09-17 14:50:41 -03:00
<action name="actionFilterTags">
2014-11-13 14:27:30 -08:00
<property name="checkable">
<bool>true</bool>
</property>
2014-09-17 14:50:41 -03:00
<property name="text">
2014-11-13 14:27:30 -08:00
<string>&Filter divelist</string>
2014-09-17 14:50:41 -03:00
</property>
2014-10-31 14:17:01 -02:00
<property name="shortcut">
<string>Ctrl+F</string>
</property>
2014-09-17 14:50:41 -03:00
</action>
2014-09-15 14:09:00 +02: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 14:09:00 +02:00
</property>
</action>
2013-04-07 15:20:43 -07:00
</widget>
<customwidgets>
2013-06-12 14:53:23 -04:00
<customwidget>
<class>KMessageWidget</class>
<extends>QWidget</extends>
<header>kmessagewidget.h</header>
<container>1</container>
</customwidget>
2013-04-07 15:20:43 -07:00
<customwidget>
<class>MainTab</class>
<extends>QWidget</extends>
2013-08-30 20:36:15 -07:00
<header>qt-ui/maintab.h</header>
2013-04-07 15:20:43 -07:00
<container>1</container>
</customwidget>
2013-04-12 08:24:07 +01:00
<customwidget>
<class>DiveListView</class>
<extends>QTreeView</extends>
<header>divelistview.h</header>
</customwidget>
2013-05-17 08:14:10 -03:00
<customwidget>
<class>GlobeGPS</class>
<extends>QWidget</extends>
<header>globe.h</header>
<container>1</container>
</customwidget>
2013-08-26 08:43:37 -03:00
<customwidget>
<class>DivePlannerWidget</class>
<extends>QWidget</extends>
<header>diveplanner.h</header>
<container>1</container>
</customwidget>
2014-01-14 14:30:13 -02:00
<customwidget>
<class>ProfileWidget2</class>
<extends>QGraphicsView</extends>
<header>qt-ui/profile/profilewidget2.h</header>
</customwidget>
2014-06-10 17:40:02 +02:00
<customwidget>
<class>PlannerSettingsWidget</class>
<extends>QWidget</extends>
<header>diveplanner.h</header>
<container>1</container>
</customwidget>
2014-09-17 14:17:41 -03:00
<customwidget>
2014-10-31 15:22:21 -02:00
<class>MultiFilter</class>
2014-09-17 14:17:41 -03:00
<extends>QWidget</extends>
<header>simplewidgets.h</header>
<container>1</container>
</customwidget>
2013-04-07 15:20:43 -07:00
</customwidgets>
2014-02-06 11:38:28 -02:00
<resources>
<include location="../subsurface.qrc"/>
</resources>
2013-04-07 15:20:43 -07:00
<connections/>
</ui>