summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divecomponentselection.ui
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2019-02-03 15:47:52 +0100
committerGravatar Robert C. Helling <helling@atdotde.de>2019-02-07 16:06:43 +0100
commit6a37d24a5a30b9f9fc724695655803c40351186e (patch)
tree54eaa5c944a75174b6ee3f403d28efe9e994b58c /desktop-widgets/divecomponentselection.ui
parent041d38cc0e55d0f2cc5aee24c06a34eedc6ab229 (diff)
downloadsubsurface-6a37d24a5a30b9f9fc724695655803c40351186e.tar.gz
Add various enhancements to profile export and dive data copy
... as suggested by Lubomir. Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'desktop-widgets/divecomponentselection.ui')
-rw-r--r--desktop-widgets/divecomponentselection.ui63
1 files changed, 38 insertions, 25 deletions
diff --git a/desktop-widgets/divecomponentselection.ui b/desktop-widgets/divecomponentselection.ui
index ba58c546b..05e989174 100644
--- a/desktop-widgets/divecomponentselection.ui
+++ b/desktop-widgets/divecomponentselection.ui
@@ -49,7 +49,7 @@
</sizepolicy>
</property>
<property name="title">
- <string>Which components would you like to copy</string>
+ <string>Which components would you like to copy?</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
@@ -67,52 +67,52 @@
<property name="spacing">
<number>0</number>
</property>
- <item row="0" column="0">
- <widget class="QCheckBox" name="divesite">
+ <item row="1" column="1">
+ <widget class="QCheckBox" name="tags">
<property name="text">
- <string>Dive site</string>
+ <string>Tags</string>
</property>
</widget>
</item>
- <item row="0" column="1">
- <widget class="QCheckBox" name="suit">
+ <item row="3" column="1">
+ <widget class="QCheckBox" name="weights">
<property name="text">
- <string>Suit</string>
+ <string>Weights</string>
</property>
</widget>
</item>
- <item row="5" column="0">
- <widget class="QCheckBox" name="visibility">
+ <item row="0" column="0">
+ <widget class="QCheckBox" name="divesite">
<property name="text">
- <string>Visibility</string>
+ <string>Dive site</string>
</property>
</widget>
</item>
- <item row="6" column="0">
- <widget class="QCheckBox" name="notes">
+ <item row="5" column="0">
+ <widget class="QCheckBox" name="visibility">
<property name="text">
- <string>Notes</string>
+ <string>Visibility</string>
</property>
</widget>
</item>
- <item row="1" column="1">
- <widget class="QCheckBox" name="tags">
+ <item row="2" column="1">
+ <widget class="QCheckBox" name="cylinders">
<property name="text">
- <string>Tags</string>
+ <string>Cylinders</string>
</property>
</widget>
</item>
- <item row="3" column="1">
- <widget class="QCheckBox" name="weights">
+ <item row="2" column="0">
+ <widget class="QCheckBox" name="buddy">
<property name="text">
- <string>Weights</string>
+ <string>Buddy</string>
</property>
</widget>
</item>
- <item row="2" column="1">
- <widget class="QCheckBox" name="cylinders">
+ <item row="6" column="0">
+ <widget class="QCheckBox" name="notes">
<property name="text">
- <string>Cylinders</string>
+ <string>Notes</string>
</property>
</widget>
</item>
@@ -123,10 +123,10 @@
</property>
</widget>
</item>
- <item row="2" column="0">
- <widget class="QCheckBox" name="buddy">
+ <item row="0" column="1">
+ <widget class="QCheckBox" name="suit">
<property name="text">
- <string>Buddy</string>
+ <string>Suit</string>
</property>
</widget>
</item>
@@ -141,6 +141,19 @@
</widget>
</item>
<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>
+ <item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>