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>
|
|
|
|
<width>400</width>
|
2014-05-23 20:28:08 +00:00
|
|
|
<height>419</height>
|
2014-05-20 16:33:32 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Dialog</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2014-05-23 20:28:08 +00:00
|
|
|
<x>20</x>
|
|
|
|
<y>360</y>
|
2014-05-20 16:33:32 +00:00
|
|
|
<width>341</width>
|
|
|
|
<height>32</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>-50</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>497</width>
|
|
|
|
<height>24</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Droid Sans [unknown]</family>
|
|
|
|
<pointsize>14</pointsize>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Export Dive Log Files</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QGroupBox" name="exportFormat">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>30</x>
|
|
|
|
<y>100</y>
|
|
|
|
<width>120</width>
|
|
|
|
<height>141</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Export format</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QRadioButton" name="exportUDDF">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>20</y>
|
|
|
|
<width>110</width>
|
|
|
|
<height>24</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>UDDF</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2014-05-23 20:28:08 +00:00
|
|
|
<attribute name="buttonGroup">
|
|
|
|
<string notr="true">exportGroup</string>
|
|
|
|
</attribute>
|
2014-05-20 16:33:32 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QRadioButton" name="exportDivelogs">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>50</y>
|
|
|
|
<width>110</width>
|
|
|
|
<height>24</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>divelogs</string>
|
|
|
|
</property>
|
2014-05-23 20:28:08 +00:00
|
|
|
<attribute name="buttonGroup">
|
|
|
|
<string notr="true">exportGroup</string>
|
|
|
|
</attribute>
|
2014-05-20 16:33:32 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QRadioButton" name="exportCSV">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>80</y>
|
|
|
|
<width>110</width>
|
|
|
|
<height>24</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>CSV</string>
|
|
|
|
</property>
|
2014-05-23 20:28:08 +00:00
|
|
|
<attribute name="buttonGroup">
|
|
|
|
<string notr="true">exportGroup</string>
|
|
|
|
</attribute>
|
2014-05-20 16:33:32 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QRadioButton" name="exportWorldMap">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>110</y>
|
|
|
|
<width>110</width>
|
|
|
|
<height>24</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Worldmap</string>
|
|
|
|
</property>
|
2014-05-23 20:28:08 +00:00
|
|
|
<attribute name="buttonGroup">
|
|
|
|
<string notr="true">exportGroup</string>
|
|
|
|
</attribute>
|
2014-05-20 16:33:32 +00:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<widget class="QGroupBox" name="exportSelection">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>190</x>
|
|
|
|
<y>100</y>
|
|
|
|
<width>151</width>
|
|
|
|
<height>80</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Selection</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QRadioButton" name="exportSelected">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>20</y>
|
|
|
|
<width>131</width>
|
|
|
|
<height>24</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Selected dives</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QRadioButton" name="exportAll">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>50</y>
|
|
|
|
<width>110</width>
|
|
|
|
<height>24</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>All dives</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2014-05-23 20:28:08 +00:00
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>60</x>
|
|
|
|
<y>240</y>
|
|
|
|
<width>231</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="description">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>40</x>
|
|
|
|
<y>270</y>
|
|
|
|
<width>271</width>
|
|
|
|
<height>71</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
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>
|
|
|
|
<buttongroup name="exportGroup"/>
|
|
|
|
</buttongroups>
|
2014-05-20 16:33:32 +00:00
|
|
|
</ui>
|