diff options
author | Robert C. Helling <helling@atdotde.de> | 2019-03-30 20:59:28 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-04 09:33:56 -0700 |
commit | 8c9e5becb20d2d8c8aa1f7108775cc520b08fae1 (patch) | |
tree | cc7bdbc918716ba4d7cf9d39acebce1ecc1cbc31 /desktop-widgets/divelogexportdialog.ui | |
parent | a89b36c661662346c6c8092bdd2cefebf8f58c8a (diff) | |
download | subsurface-8c9e5becb20d2d8c8aa1f7108775cc520b08fae1.tar.gz |
Export profile data
This introduces a csv file that contains the data from
the structs defined in profile.c, in particular all
deco information computed for the dive profle (including
NDL, TTS, ceilings, surface GFs etc).
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'desktop-widgets/divelogexportdialog.ui')
-rw-r--r-- | desktop-widgets/divelogexportdialog.ui | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/desktop-widgets/divelogexportdialog.ui b/desktop-widgets/divelogexportdialog.ui index 9080c647f..07b06378b 100644 --- a/desktop-widgets/divelogexportdialog.ui +++ b/desktop-widgets/divelogexportdialog.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>507</width> - <height>398</height> + <height>423</height> </rect> </property> <property name="windowTitle"> @@ -231,6 +231,16 @@ </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> |