2014-08-16 15:32:23 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>DiveComponentSelectionDialog</class>
|
|
|
|
<widget class="QDialog" name="DiveComponentSelectionDialog">
|
|
|
|
<property name="windowModality">
|
|
|
|
<enum>Qt::WindowModal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-02-13 04:58:03 +00:00
|
|
|
<width>401</width>
|
|
|
|
<height>317</height>
|
2014-08-16 15:32:23 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Component selection</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset>
|
2017-11-28 07:37:01 +00:00
|
|
|
<normalon>:subsurface-icon</normalon>
|
2014-08-16 15:32:23 +00:00
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2015-05-25 18:21:17 +00:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
2014-08-16 15:32:23 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
2019-02-03 14:47:52 +00:00
|
|
|
<string>Which components would you like to copy?</string>
|
2014-08-16 15:32:23 +00:00
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2015-05-25 18:21:17 +00:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>5</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>
|
2019-02-03 14:47:52 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QCheckBox" name="tags">
|
2014-08-16 15:32:23 +00:00
|
|
|
<property name="text">
|
2019-02-03 14:47:52 +00:00
|
|
|
<string>Tags</string>
|
2014-08-16 15:32:23 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-02-03 14:47:52 +00:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QCheckBox" name="weights">
|
2014-08-16 15:32:23 +00:00
|
|
|
<property name="text">
|
2019-02-03 14:47:52 +00:00
|
|
|
<string>Weights</string>
|
2014-08-16 15:32:23 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-02-03 14:47:52 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="divesite">
|
2014-08-16 15:32:23 +00:00
|
|
|
<property name="text">
|
2019-02-03 14:47:52 +00:00
|
|
|
<string>Dive site</string>
|
2014-08-16 15:32:23 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-02-03 14:47:52 +00:00
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QCheckBox" name="visibility">
|
2014-08-16 15:32:23 +00:00
|
|
|
<property name="text">
|
2019-02-03 14:47:52 +00:00
|
|
|
<string>Visibility</string>
|
2014-08-16 15:32:23 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-02-03 14:47:52 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QCheckBox" name="cylinders">
|
2014-08-17 00:35:44 +00:00
|
|
|
<property name="text">
|
2019-02-03 14:47:52 +00:00
|
|
|
<string>Cylinders</string>
|
2014-08-17 00:35:44 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-02-03 14:47:52 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="buddy">
|
2014-08-17 00:35:44 +00:00
|
|
|
<property name="text">
|
2019-02-03 14:47:52 +00:00
|
|
|
<string>Buddy</string>
|
2014-08-17 00:35:44 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-02-03 14:47:52 +00:00
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QCheckBox" name="notes">
|
2014-08-17 00:35:44 +00:00
|
|
|
<property name="text">
|
2019-02-03 14:47:52 +00:00
|
|
|
<string>Notes</string>
|
2014-08-17 00:35:44 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-02-13 04:58:03 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="divemaster">
|
|
|
|
<property name="text">
|
|
|
|
<string>Divemaster</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-02-03 14:47:52 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QCheckBox" name="suit">
|
2015-02-13 04:58:03 +00:00
|
|
|
<property name="text">
|
2019-02-03 14:47:52 +00:00
|
|
|
<string>Suit</string>
|
2015-02-13 04:58:03 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QCheckBox" name="rating">
|
|
|
|
<property name="text">
|
|
|
|
<string>Rating</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-05-16 03:39:47 +00:00
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QCheckBox" name="number">
|
|
|
|
<property name="text">
|
|
|
|
<string>Dive Number</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="1">
|
|
|
|
<widget class="QCheckBox" name="when">
|
|
|
|
<property name="text">
|
|
|
|
<string>Date / Time</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-08-16 15:32:23 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-02-03 14:47:52 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>You can paste these to another dive or as text to another application.</string>
|
|
|
|
</property>
|
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::PlainText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-08-16 15:32:23 +00:00
|
|
|
<item>
|
|
|
|
<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>
|
|
|
|
</widget>
|
2015-05-25 18:21:17 +00:00
|
|
|
<resources/>
|
2014-08-16 15:32:23 +00:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>DiveComponentSelectionDialog</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>DiveComponentSelectionDialog</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>
|
|
|
|
</ui>
|