summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelogexportdialog.ui
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2016-10-03 17:08:02 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-10-11 22:00:08 -0700
commit9b8a04089db640b835787ab1bb871298d47e89bf (patch)
tree239f75e7b95cb703439dc87cf2d1b96f63425b03 /desktop-widgets/divelogexportdialog.ui
parent0d20344c901c697d109d2ac071293bcb47db039a (diff)
downloadsubsurface-9b8a04089db640b835787ab1bb871298d47e89bf.tar.gz
Export to TeX file initialized
This does the basic export as a TeX file including a template. It still lacks proper location parsing. 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.ui12
1 files changed, 11 insertions, 1 deletions
diff --git a/desktop-widgets/divelogexportdialog.ui b/desktop-widgets/divelogexportdialog.ui
index 4713bf0ba..d01f817c6 100644
--- a/desktop-widgets/divelogexportdialog.ui
+++ b/desktop-widgets/divelogexportdialog.ui
@@ -192,6 +192,16 @@
</widget>
</item>
<item>
+ <widget class="QRadioButton" name="exportTeX">
+ <property name="text">
+ <string>TeX</string>
+ </property>
+ <attribute name="buttonGroup">
+ <string notr="true">exportGroup</string>
+ </attribute>
+ </widget>
+ </item>
+ <item>
<widget class="QRadioButton" name="exportImageDepths">
<property name="text">
<string>I&amp;mage depths</string>
@@ -600,7 +610,7 @@
</connection>
</connections>
<buttongroups>
- <buttongroup name="buttonGroup"/>
<buttongroup name="exportGroup"/>
+ <buttongroup name="buttonGroup"/>
</buttongroups>
</ui>