mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add printing option for page orientation
Strangely enough, half of the infrastructure was already there, it just wasn't hooked up to a UI element Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
2f4b415e91
commit
e27653374d
5 changed files with 20 additions and 17 deletions
|
|
@ -93,6 +93,13 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="printLandscape">
|
||||
<property name="text">
|
||||
<string>Page orientation landscape</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue