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>
|
|
|
|
<width>763</width>
|
|
|
|
<height>548</height>
|
|
|
|
</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>
|
2013-11-14 13:14:06 +00:00
|
|
|
<property name="margin">
|
2013-09-26 19:55:41 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
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">
|
2013-09-26 19:55:41 +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>
|
2013-11-14 13:14:06 +00:00
|
|
|
<property name="margin">
|
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">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
2013-09-26 19:51:11 +00:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-11-14 13:14:06 +00:00
|
|
|
<property name="margin">
|
2013-09-26 19:51:11 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-08-26 11:43:37 +00:00
|
|
|
<item>
|
2013-12-09 06:43:00 +00:00
|
|
|
<widget class="DivePlannerWidget" name="divePlannerWidget" native="true"/>
|
2013-08-26 11:43:37 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2013-06-27 17:48:03 +00:00
|
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
|
|
|
<property name="currentIndex">
|
2013-09-02 08:55:37 +00:00
|
|
|
<number>0</number>
|
2013-06-27 17:48:03 +00:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="page_5">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-11-14 13:14:06 +00:00
|
|
|
<property name="margin">
|
2013-06-27 17:48:03 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="ProfileGraphicsView" name="ProfileWidget"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="page_6">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-11-14 13:14:06 +00:00
|
|
|
<property name="margin">
|
2013-06-27 17:48:03 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="DivePlannerGraphics" name="divePlanner"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</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>
|
|
|
|
<widget class="DiveListView" name="ListWidget">
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="rootIsDecorated">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
2013-05-28 20:46:40 +00:00
|
|
|
<bool>false</bool>
|
2013-05-17 11:14:10 +00:00
|
|
|
</property>
|
|
|
|
<property name="animated">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="allColumnsShowFocus">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-05-18 00:58:49 +00:00
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="GlobeGPS" name="globe" native="true"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</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>
|
2013-08-26 11:43:37 +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>
|
|
|
|
<width>763</width>
|
2013-11-14 13:14:06 +00:00
|
|
|
<height>32</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"/>
|
2013-04-09 16:26:23 +00:00
|
|
|
<addaction name="actionExportUDDF"/>
|
|
|
|
<addaction name="actionPrint"/>
|
|
|
|
<addaction name="actionPreferences"/>
|
|
|
|
<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"/>
|
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"/>
|
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"/>
|
2013-04-07 22:20:43 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuFilter">
|
|
|
|
<property name="title">
|
2013-11-14 13:14:06 +00:00
|
|
|
<string>Filter</string>
|
2013-04-07 22:20:43 +00:00
|
|
|
</property>
|
2013-04-09 16:26:23 +00:00
|
|
|
<addaction name="actionSelectEvents"/>
|
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"/>
|
|
|
|
<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"/>
|
|
|
|
<addaction name="actionImport"/>
|
|
|
|
<addaction name="actionImportCSV"/>
|
|
|
|
<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="menuFilter"/>
|
|
|
|
<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">
|
2013-11-14 13:14:06 +00:00
|
|
|
<string>Save 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">
|
2013-11-14 13:14:06 +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="actionImport">
|
2013-04-07 22:20:43 +00:00
|
|
|
<property name="text">
|
2013-11-14 13:14:06 +00:00
|
|
|
<string>Import Files</string>
|
2013-10-27 06:24:57 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-11-14 13:14:06 +00:00
|
|
|
<string>Import Files</string>
|
2013-04-07 22:20:43 +00:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+I</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-04-09 16:26:23 +00:00
|
|
|
<action name="actionExportUDDF">
|
2013-04-07 22:20:43 +00:00
|
|
|
<property name="text">
|
2013-10-27 06:24:57 +00:00
|
|
|
<string>Export &UDDF</string>
|
2013-04-07 22:20:43 +00:00
|
|
|
</property>
|
2013-11-14 13:14:06 +00:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+U</string>
|
|
|
|
</property>
|
2013-04-07 22:20:43 +00:00
|
|
|
</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">
|
2013-11-14 13:14:06 +00:00
|
|
|
<string>Preferences</string>
|
|
|
|
</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">
|
2013-11-14 13:14:06 +00:00
|
|
|
<string>Import &GPS data from Subsurface Service</string>
|
|
|
|
</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">
|
2013-10-27 06:24:57 +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">
|
2013-11-14 13:14:06 +00:00
|
|
|
<string>Add Dive</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl++</string>
|
2013-04-07 22:20:43 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<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">
|
2013-11-14 13:14:06 +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="actionToggleZoom">
|
2013-04-07 22:20:43 +00:00
|
|
|
<property name="text">
|
2013-10-27 06:24:57 +00:00
|
|
|
<string>Toggle &Zoom</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">
|
2013-10-27 06:24:57 +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">
|
2013-11-14 13:14:06 +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">
|
2013-11-14 13:14:06 +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">
|
2013-11-14 13:14:06 +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">
|
2013-11-14 13:14:06 +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">
|
|
|
|
<string>Prev DC</string>
|
|
|
|
</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">
|
|
|
|
<string>Next DC</string>
|
|
|
|
</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="actionSelectEvents">
|
2013-04-07 22:20:43 +00:00
|
|
|
<property name="text">
|
2013-11-14 13:14:06 +00:00
|
|
|
<string>Select Events</string>
|
2013-04-07 22:20:43 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2013-04-09 16:26:23 +00:00
|
|
|
<action name="actionInputPlan">
|
2013-04-07 22:20:43 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Input Plan</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-04-09 16:26:23 +00:00
|
|
|
<action name="actionAboutSubsurface">
|
2013-04-07 22:20:43 +00:00
|
|
|
<property name="text">
|
2013-11-14 13:14:06 +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">
|
2013-10-27 06:24:57 +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">
|
2013-11-14 13:14:06 +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">
|
2013-11-14 13:14:06 +00:00
|
|
|
<string>P&lan Dive</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+L</string>
|
2013-06-20 21:48:21 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2013-10-16 19:05:19 +00:00
|
|
|
<action name="actionImportCSV">
|
2013-10-17 23:30:32 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Import CSV</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-10-27 06:24:57 +00:00
|
|
|
<string>Import CS&V</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">
|
2013-11-14 13:14:06 +00:00
|
|
|
<string>Import from Divelogs.de</string>
|
2013-10-25 00:57:43 +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-04 19:12:43 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>ProfileGraphicsView</class>
|
|
|
|
<extends>QGraphicsView</extends>
|
|
|
|
<header>profilegraphics.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-06-27 17:48:03 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>DivePlannerGraphics</class>
|
|
|
|
<extends>QGraphicsView</extends>
|
|
|
|
<header>diveplanner.h</header>
|
|
|
|
</customwidget>
|
2013-08-26 11:43:37 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>DivePlannerWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>diveplanner.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2013-04-07 22:20:43 +00:00
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|