diff options
author | 2019-02-02 14:41:53 +0100 | |
---|---|---|
committer | 2019-04-08 09:54:19 +0300 | |
commit | c6732e9b269f977c08eb0d8b8d14b3822c3b5449 (patch) | |
tree | 71658658cac69107e9e909f7033fd59dc6aa6b5b /desktop-widgets/divelogexportdialog.ui | |
parent | 3998cb82453ad9d41bedcd290af3925526cb1767 (diff) | |
download | subsurface-c6732e9b269f977c08eb0d8b8d14b3822c3b5449.tar.gz |
Export profile image
With Facebook support gone, we should offer a way to export
the profile image. This has been part of the TeX support
but this makes it explicit.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/divelogexportdialog.ui')
-rw-r--r-- | desktop-widgets/divelogexportdialog.ui | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop-widgets/divelogexportdialog.ui b/desktop-widgets/divelogexportdialog.ui index c35bde793..eb51074d2 100644 --- a/desktop-widgets/divelogexportdialog.ui +++ b/desktop-widgets/divelogexportdialog.ui @@ -182,6 +182,16 @@ </widget> </item> <item> + <widget class="QRadioButton" name="exportProfile"> + <property name="text"> + <string>dive profile</string> + </property> + <attribute name="buttonGroup"> + <string notr="true">exportGroup</string> + </attribute> + </widget> + </item> + <item> <widget class="QRadioButton" name="exportWorldMap"> <property name="text"> <string>Worldmap</string> |