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>
|
2015-02-10 17:51:30 +00:00
|
|
|
<width>861</width>
|
|
|
|
<height>800</height>
|
2013-04-07 22:20:43 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
2015-01-03 01:14:02 +00:00
|
|
|
<layout class="QVBoxLayout" name="fullWindowLayout">
|
2013-09-26 19:55:41 +00:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2018-10-21 16:00:02 +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">
|
2015-05-25 17:20:21 +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>
|
2015-02-09 19:09:06 +00:00
|
|
|
<widget class="QSplitter" name="topSplitter">
|
2013-04-07 22:20:43 +00:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2015-02-10 17:51:30 +00:00
|
|
|
<widget class="QStackedWidget" name="topLeft"/>
|
|
|
|
<widget class="QStackedWidget" name="topRight"/>
|
2013-04-07 22:20:43 +00:00
|
|
|
</widget>
|
2015-02-09 19:09:06 +00:00
|
|
|
<widget class="QSplitter" name="bottomSplitter">
|
2013-05-17 11:14:10 +00:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2015-02-10 17:51:30 +00:00
|
|
|
<widget class="QStackedWidget" name="bottomLeft"/>
|
|
|
|
<widget class="QStackedWidget" name="bottomRight"/>
|
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>
|
2015-02-26 14:07:39 +00:00
|
|
|
<widget class="NotificationWidget" 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>
|
2015-02-10 17:51:30 +00:00
|
|
|
<width>861</width>
|
2019-01-29 13:27:27 +00:00
|
|
|
<height>22</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"/>
|
2015-06-14 15:40:29 +00:00
|
|
|
<addaction name="actionSave"/>
|
|
|
|
<addaction name="actionSaveAs"/>
|
2016-07-30 20:09:31 +00:00
|
|
|
<addaction name="actionCloudstorageopen"/>
|
|
|
|
<addaction name="actionCloudstoragesave"/>
|
2018-01-03 10:46:21 +00:00
|
|
|
<addaction name="actionCloudOnline"/>
|
2015-06-01 05:11:27 +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"/>
|
2015-02-26 13:44:27 +00:00
|
|
|
<addaction name="actionHash_images"/>
|
2014-05-29 15:54:19 +00:00
|
|
|
<addaction name="actionConfigure_Dive_Computer"/>
|
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"/>
|
2017-07-14 22:48:53 +00:00
|
|
|
<addaction name="actionViewMap"/>
|
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"/>
|
2014-12-17 03:59:41 +00:00
|
|
|
<addaction name="actionUserSurvey"/>
|
2015-01-28 06:12:36 +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"/>
|
2019-05-05 03:46:42 +00:00
|
|
|
<addaction name="actionImportDiveSites"/>
|
2013-11-14 13:14:06 +00:00
|
|
|
<addaction name="actionDivelogs_de"/>
|
|
|
|
</widget>
|
2015-02-09 08:24:32 +00:00
|
|
|
<widget class="QMenu" name="menu_Edit">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Edit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-04-07 22:20:43 +00:00
|
|
|
<addaction name="menuFile"/>
|
2015-02-09 08:24:32 +00:00
|
|
|
<addaction name="menu_Edit"/>
|
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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+N</string>
|
2013-04-07 22:20:43 +00:00
|
|
|
</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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+O</string>
|
2013-04-07 22:20:43 +00:00
|
|
|
</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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+S</string>
|
2013-04-07 22:20:43 +00:00
|
|
|
</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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+Shift+S</string>
|
2013-04-07 22:20:43 +00:00
|
|
|
</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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+W</string>
|
2013-04-07 22:20:43 +00:00
|
|
|
</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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+P</string>
|
2013-04-07 22:20:43 +00:00
|
|
|
</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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+Q</string>
|
2013-04-07 22:20:43 +00:00
|
|
|
</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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+D</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="actionEditDeviceNames">
|
2013-04-07 22:20:43 +00:00
|
|
|
<property name="text">
|
2015-05-25 17:20:21 +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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+C</string>
|
2014-08-16 15:32:23 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="paste">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Paste dive components</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+V</string>
|
2014-08-16 15:32:23 +00:00
|
|
|
</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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+R</string>
|
2013-11-14 13:14:06 +00:00
|
|
|
</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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+Y</string>
|
2013-11-14 13:14:06 +00:00
|
|
|
</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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Left</string>
|
2013-05-10 17:45:13 +00:00
|
|
|
</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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Right</string>
|
2013-05-10 17:45:13 +00:00
|
|
|
</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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">F1</string>
|
2013-05-30 13:56:53 +00:00
|
|
|
</property>
|
2013-04-07 22:20:43 +00:00
|
|
|
</action>
|
2017-07-14 22:48:53 +00:00
|
|
|
<action name="actionViewMap">
|
2013-06-12 18:53:23 +00:00
|
|
|
<property name="text">
|
2017-07-14 22:48:53 +00:00
|
|
|
<string>&Map</string>
|
2013-06-12 18:53:23 +00:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+I</string>
|
2013-10-17 23:30:32 +00:00
|
|
|
</property>
|
2013-10-16 19:05:19 +00:00
|
|
|
</action>
|
2019-05-05 03:46:42 +00:00
|
|
|
<action name="actionImportDiveSites">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Import dive sites</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Import dive sites from other users</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true">Ctrl+J</string>
|
|
|
|
</property>
|
|
|
|
</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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">F11</string>
|
2014-01-14 17:36:07 +00:00
|
|
|
</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">
|
2014-11-25 15:47:24 +00:00
|
|
|
<string>Export dive logs</string>
|
2014-05-20 16:33:32 +00:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">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">
|
2019-05-29 06:30:45 +00:00
|
|
|
<string>Change settings on &dive computer</string>
|
2014-05-29 15:54:19 +00:00
|
|
|
</property>
|
2014-10-27 19:37:05 +00:00
|
|
|
<property name="shortcut">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+Shift+C</string>
|
2014-10-27 19:37:05 +00:00
|
|
|
</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">
|
2015-05-08 21:16:26 +00:00
|
|
|
<string>Edit &dive in planner</string>
|
2014-08-23 01:26:07 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="profPO2">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:pp-o2-icon</normaloff>:pp-o2-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-11-25 15:47:24 +00:00
|
|
|
<string>Toggle pO₂ 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">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:pp-n2-icon</normaloff>:pp-n2-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-11-25 15:47:24 +00:00
|
|
|
<string>Toggle pN₂ 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">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:pp-he-icon</normaloff>:pp-he-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</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">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:ceiling-dc-icon</normaloff>:ceiling-dc-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</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">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:ceiling-calculated-icon</normaloff>:ceiling-calculated-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</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">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:ceiling-tissues-icon</normaloff>:ceiling-tissues-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</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">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:ceiling-increments-icon</normaloff>:ceiling-increments-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</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">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:rate-heart-icon</normaloff>:rate-heart-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</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">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:depth-mod-icon</normaloff>:depth-mod-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</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">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:depth-ead-icon</normaloff>:depth-ead-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</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">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:depth-ndl-icon</normaloff>:depth-ndl-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</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">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:rate-sac-icon</normaloff>:rate-sac-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</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">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:ruler-icon</normaloff>:ruler-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</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">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:scale-graph-icon</normaloff>:scale-graph-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</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">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:photo-icon</normaloff>:photo-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-07-13 18:46:45 +00:00
|
|
|
<string>Toggle media</string>
|
2014-08-23 01:26:07 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="profTankbar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:gaschange-icon</normaloff>:gaschange-icon</iconset>
|
2014-08-23 01:26:07 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-11-28 13:50:42 +00:00
|
|
|
<string>Toggle gas 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">
|
2019-02-19 17:32:55 +00:00
|
|
|
<bool>false</bool>
|
2014-11-13 22:27:30 +00:00
|
|
|
</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">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+F</string>
|
2014-10-31 16:17:01 +00:00
|
|
|
</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">
|
2018-10-21 16:00:02 +00:00
|
|
|
<iconset>
|
2017-11-29 09:57:08 +00:00
|
|
|
<normaloff>:heatmap-icon</normaloff>:heatmap-icon</iconset>
|
2014-09-15 12:09:00 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-09-25 20:23:09 +00:00
|
|
|
<string>Toggle tissue heat-map</string>
|
2014-09-15 12:09:00 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2014-12-17 03:59:41 +00:00
|
|
|
<action name="actionUserSurvey">
|
|
|
|
<property name="text">
|
2014-12-30 15:37:03 +00:00
|
|
|
<string>User &survey</string>
|
2014-12-17 03:59:41 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2015-02-09 08:24:32 +00:00
|
|
|
<action name="action_Undo">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Undo</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+Z</string>
|
2015-02-09 08:24:32 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_Redo">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Redo</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
2017-02-22 18:57:24 +00:00
|
|
|
<string notr="true">Ctrl+Shift+Z</string>
|
2015-02-09 08:24:32 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2015-02-26 13:44:27 +00:00
|
|
|
<action name="actionHash_images">
|
|
|
|
<property name="text">
|
2018-07-13 18:46:45 +00:00
|
|
|
<string>&Find moved media files</string>
|
2015-02-26 13:44:27 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2015-06-01 05:11:27 +00:00
|
|
|
<action name="actionCloudstorageopen">
|
|
|
|
<property name="text">
|
2015-08-25 21:47:53 +00:00
|
|
|
<string>Open c&loud storage</string>
|
2015-06-01 05:11:27 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCloudstoragesave">
|
|
|
|
<property name="text">
|
2015-08-25 21:47:53 +00:00
|
|
|
<string>Save to clo&ud storage</string>
|
2015-06-01 19:29:38 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionManage_dive_sites">
|
|
|
|
<property name="text">
|
2015-06-14 15:40:29 +00:00
|
|
|
<string>&Manage dive sites</string>
|
2015-06-01 05:11:27 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2015-07-25 15:30:20 +00:00
|
|
|
<action name="actionDiveSiteEdit">
|
|
|
|
<property name="text">
|
2015-08-25 21:47:53 +00:00
|
|
|
<string>Dive Site &Edit</string>
|
2015-07-25 15:30:20 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2018-01-03 10:46:21 +00:00
|
|
|
<action name="actionCloudOnline">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2016-07-30 20:09:31 +00:00
|
|
|
<property name="text">
|
2018-10-21 16:00:02 +00:00
|
|
|
<string>Cloud stora&ge online</string>
|
2016-07-30 20:09:31 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2019-01-29 13:27:27 +00:00
|
|
|
<action name="profDeco">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../subsurface.qrc">
|
|
|
|
<normaloff>:/tissue-icon</normaloff>:/tissue-icon</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Toggle deco information</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Toggle deco information</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-04-07 22:20:43 +00:00
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
2013-06-12 18:53:23 +00:00
|
|
|
<customwidget>
|
2015-02-26 14:07:39 +00:00
|
|
|
<class>NotificationWidget</class>
|
2013-06-12 18:53:23 +00:00
|
|
|
<extends>QWidget</extends>
|
2016-04-05 05:02:03 +00:00
|
|
|
<header>desktop-widgets/notificationwidget.h</header>
|
2013-06-12 18:53:23 +00:00
|
|
|
<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"/>
|
2019-01-29 13:27:27 +00:00
|
|
|
<include location="../subsurface.qrc"/>
|
2014-02-06 13:38:28 +00:00
|
|
|
</resources>
|
2013-04-07 22:20:43 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|