2014-05-20 16:33:32 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>DiveLogExportDialog</class>
|
|
|
|
<widget class="QDialog" name="DiveLogExportDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2014-06-01 04:38:59 +00:00
|
|
|
<width>507</width>
|
2014-06-10 10:25:48 +00:00
|
|
|
<height>413</height>
|
2014-05-20 16:33:32 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2014-07-10 23:06:43 +00:00
|
|
|
<string>Export dive log files</string>
|
2014-05-20 16:33:32 +00:00
|
|
|
</property>
|
2014-07-18 10:57:14 +00:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset>
|
|
|
|
<normalon>:/subsurface-icon</normalon>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
2014-06-10 10:25:48 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
2014-07-14 04:02:10 +00:00
|
|
|
<number>0</number>
|
2014-06-01 04:38:59 +00:00
|
|
|
</property>
|
2014-06-10 10:25:48 +00:00
|
|
|
<widget class="QWidget" name="General_tab">
|
|
|
|
<attribute name="title">
|
2014-07-10 23:06:43 +00:00
|
|
|
<string>General export</string>
|
2014-06-01 04:38:59 +00:00
|
|
|
</attribute>
|
2014-06-10 10:25:48 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2014-09-28 21:47:41 +00:00
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="description">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>100</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>100</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QGroupBox" name="exportSelection">
|
|
|
|
<property name="title">
|
|
|
|
<string>Selection</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="exportSelected">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Selected dives</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="exportAll">
|
|
|
|
<property name="text">
|
|
|
|
<string>All dives</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-06-10 10:25:48 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QGroupBox" name="exportFormat">
|
|
|
|
<property name="title">
|
|
|
|
<string>Export format</string>
|
2014-06-01 04:38:59 +00:00
|
|
|
</property>
|
2014-06-10 10:25:48 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="exportSubsurfaceXML">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>171</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Subsurface XML</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
<string notr="true">exportGroup</string>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="exportUDDF">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>110</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>UDDF</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
<string notr="true">exportGroup</string>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="exportDivelogs">
|
|
|
|
<property name="text">
|
|
|
|
<string>divelogs.de</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
<string notr="true">exportGroup</string>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-09-21 14:11:58 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="exportDiveshare">
|
|
|
|
<property name="text">
|
|
|
|
<string>DiveShare</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
<string notr="true">exportGroup</string>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-06-10 10:25:48 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="exportCSV">
|
|
|
|
<property name="text">
|
|
|
|
<string>CSV</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
<string notr="true">exportGroup</string>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="exportWorldMap">
|
|
|
|
<property name="text">
|
|
|
|
<string>Worldmap</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
<string notr="true">exportGroup</string>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-09-28 21:47:41 +00:00
|
|
|
<widget class="QRadioButton" name="exportImageDepths">
|
2014-06-10 10:25:48 +00:00
|
|
|
<property name="text">
|
2014-09-28 21:47:41 +00:00
|
|
|
<string>Image depths</string>
|
2014-06-10 10:25:48 +00:00
|
|
|
</property>
|
2014-09-28 21:47:41 +00:00
|
|
|
<attribute name="buttonGroup">
|
|
|
|
<string notr="true">exportGroup</string>
|
|
|
|
</attribute>
|
2014-06-10 10:25:48 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2014-06-01 04:38:59 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-06-10 10:25:48 +00:00
|
|
|
<widget class="QWidget" name="HTML_tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>HTML</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2014-06-02 14:46:55 +00:00
|
|
|
<item>
|
2014-06-10 10:25:48 +00:00
|
|
|
<widget class="QGroupBox" name="GeneralOptions">
|
|
|
|
<property name="title">
|
2014-07-10 23:06:43 +00:00
|
|
|
<string>General settings</string>
|
2014-06-02 14:46:55 +00:00
|
|
|
</property>
|
2014-06-10 10:25:48 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0">
|
2014-06-24 13:01:50 +00:00
|
|
|
<widget class="QCheckBox" name="exportSubsurfaceNumber">
|
2014-06-10 10:25:48 +00:00
|
|
|
<property name="text">
|
2014-07-10 23:06:43 +00:00
|
|
|
<string>Subsurface numbers</string>
|
2014-06-10 10:25:48 +00:00
|
|
|
</property>
|
2014-08-10 04:10:19 +00:00
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2014-06-10 10:25:48 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QRadioButton" name="exportSelectedDives">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>117</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-07-10 23:06:43 +00:00
|
|
|
<string>Selected dives</string>
|
2014-06-10 10:25:48 +00:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
<string notr="true">buttonGroup</string>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2014-08-04 11:02:16 +00:00
|
|
|
<widget class="QCheckBox" name="exportStatistics">
|
2014-06-10 10:25:48 +00:00
|
|
|
<property name="text">
|
2014-09-11 21:56:35 +00:00
|
|
|
<string>Export yearly statistics</string>
|
2014-06-10 10:25:48 +00:00
|
|
|
</property>
|
2014-08-10 04:10:19 +00:00
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2014-06-10 10:25:48 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QRadioButton" name="exportAllDives">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>117</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-07-10 23:06:43 +00:00
|
|
|
<string>All dives</string>
|
2014-06-10 10:25:48 +00:00
|
|
|
</property>
|
|
|
|
<attribute name="buttonGroup">
|
|
|
|
<string notr="true">buttonGroup</string>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2014-06-24 13:01:49 +00:00
|
|
|
<widget class="QCheckBox" name="exportListOnly">
|
2014-06-10 10:25:48 +00:00
|
|
|
<property name="text">
|
2014-07-10 23:06:43 +00:00
|
|
|
<string>Export list only</string>
|
2014-06-10 10:25:48 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2014-06-02 14:46:55 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-06-10 10:25:48 +00:00
|
|
|
<widget class="QGroupBox" name="advanceOptions">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
2014-06-02 14:46:55 +00:00
|
|
|
</property>
|
2014-06-10 10:25:48 +00:00
|
|
|
<property name="title">
|
2014-07-10 23:06:43 +00:00
|
|
|
<string>Style options</string>
|
2014-06-01 04:38:59 +00:00
|
|
|
</property>
|
2014-06-10 10:25:48 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2014-06-01 04:38:59 +00:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
2014-06-10 10:25:48 +00:00
|
|
|
<bool>false</bool>
|
2014-06-01 04:38:59 +00:00
|
|
|
</property>
|
2014-06-10 10:25:48 +00:00
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="fontLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Font</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="fontSelection"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="fontSizeLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Font size</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="fontSizeSelection">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>8</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>10</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>12</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>14</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>16</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>18</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>20</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="themeLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Theme</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QComboBox" name="themeSelection">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Light</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Sand</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2014-06-01 04:38:59 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-06-10 10:25:48 +00:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
2014-06-01 04:38:59 +00:00
|
|
|
<size>
|
2014-06-10 10:25:48 +00:00
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
2014-06-01 04:38:59 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
2014-06-10 10:25:48 +00:00
|
|
|
</spacer>
|
2014-06-01 04:38:59 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2014-06-10 10:25:48 +00:00
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2014-05-20 16:33:32 +00:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>DiveLogExportDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>DiveLogExportDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
2014-05-23 20:28:08 +00:00
|
|
|
<buttongroups>
|
2014-06-01 04:38:59 +00:00
|
|
|
<buttongroup name="buttonGroup"/>
|
2014-09-28 21:47:41 +00:00
|
|
|
<buttongroup name="exportGroup"/>
|
2014-05-23 20:28:08 +00:00
|
|
|
</buttongroups>
|
2014-05-20 16:33:32 +00:00
|
|
|
</ui>
|