summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelogexportdialog.ui
diff options
context:
space:
mode:
authorGravatar willemferguson <willemferguson@zoology.up.ac.za>2020-04-18 15:43:24 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-18 12:08:48 -0700
commitf690b8e90d7144466bb24b94d3c130e20e18ab0b (patch)
tree98bb04628110857601af8e3f3528a5f5bbcda110 /desktop-widgets/divelogexportdialog.ui
parent56a33773672231d64f5c3dc8a4e972d1cfda65a4 (diff)
downloadsubsurface-f690b8e90d7144466bb24b94d3c130e20e18ab0b.tar.gz
Reorganise and reword divelog export panel
Perform slight reorganisation and rewording of the divelog export panel. Specifically the wording is changed and expanded to make clear the 2 types of export of profile data. All the CSV export options are grouped together. With respect to profile export to CSV format, it is made clear that one option concerns export of dive computer-related profile data, whereas the other option involves export of computed dive profile data from the Dive Profile panel. Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za>
Diffstat (limited to 'desktop-widgets/divelogexportdialog.ui')
-rw-r--r--desktop-widgets/divelogexportdialog.ui26
1 files changed, 13 insertions, 13 deletions
diff --git a/desktop-widgets/divelogexportdialog.ui b/desktop-widgets/divelogexportdialog.ui
index 3b15f348e..d5ea9c0f2 100644
--- a/desktop-widgets/divelogexportdialog.ui
+++ b/desktop-widgets/divelogexportdialog.ui
@@ -255,9 +255,19 @@
</widget>
</item>
<item>
+ <widget class="QRadioButton" name="exportCSVDetails">
+ <property name="text">
+ <string>CSV summary dive details</string>
+ </property>
+ <attribute name="buttonGroup">
+ <string notr="true">exportGroup</string>
+ </attribute>
+ </widget>
+ </item>
+ <item>
<widget class="QRadioButton" name="exportCSV">
<property name="text">
- <string>CSV dive profile</string>
+ <string>CSV Dive computer dive profile</string>
</property>
<attribute name="buttonGroup">
<string notr="true">exportGroup</string>
@@ -265,9 +275,9 @@
</widget>
</item>
<item>
- <widget class="QRadioButton" name="exportCSVDetails">
+ <widget class="QRadioButton" name="exportProfileData">
<property name="text">
- <string>CSV dive details</string>
+ <string>CSV Computed Profile Panel data</string>
</property>
<attribute name="buttonGroup">
<string notr="true">exportGroup</string>
@@ -324,16 +334,6 @@
</attribute>
</widget>
</item>
- <item>
- <widget class="QRadioButton" name="exportProfileData">
- <property name="text">
- <string>Profile Data CSV</string>
- </property>
- <attribute name="buttonGroup">
- <string notr="true">exportGroup</string>
- </attribute>
- </widget>
- </item>
</layout>
</widget>
</item>