mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Hook up LaTeX export to UI
Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
ba0c6d24d4
commit
d85877eb67
2 changed files with 15 additions and 3 deletions
|
|
@ -201,6 +201,16 @@
|
|||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="exportLaTeX">
|
||||
<property name="text">
|
||||
<string>LaTeX</string>
|
||||
</property>
|
||||
<attribute name="buttonGroup">
|
||||
<string notr="true">exportGroup</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="exportImageDepths">
|
||||
<property name="text">
|
||||
|
|
@ -626,7 +636,7 @@
|
|||
</connection>
|
||||
</connections>
|
||||
<buttongroups>
|
||||
<buttongroup name="exportGroup"/>
|
||||
<buttongroup name="buttonGroup"/>
|
||||
<buttongroup name="exportGroup"/>
|
||||
</buttongroups>
|
||||
</ui>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue