diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2015-07-04 23:02:17 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-07-05 21:02:09 +0300 |
commit | c35092f5c9ce30f2b8df4c554302a3e7c8716a07 (patch) | |
tree | 646f59ba8b5cfab672354fdd4ff0c7fdce659ca0 /qt-ui/printoptions.ui | |
parent | 815072d2ae29811271af197e2330cc331d58f9c6 (diff) | |
download | subsurface-c35092f5c9ce30f2b8df4c554302a3e7c8716a07.tar.gz |
Printing: add custom options to the PrintDialog
Add:
-custom.html template
-custom template to print_options struct
-options to the options dialog
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'qt-ui/printoptions.ui')
-rw-r--r-- | qt-ui/printoptions.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-ui/printoptions.ui b/qt-ui/printoptions.ui index 632b9cdaf..7e66d4cb0 100644 --- a/qt-ui/printoptions.ui +++ b/qt-ui/printoptions.ui @@ -140,6 +140,11 @@ <string>Two dives per page</string> </property> </item> + <item> + <property name="text"> + <string>Custom template</string> + </property> + </item> </widget> </item> <item> |