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.h | |
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.h')
-rw-r--r-- | qt-ui/printoptions.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-ui/printoptions.h b/qt-ui/printoptions.h index 9bacd4e90..1d806b116 100644 --- a/qt-ui/printoptions.h +++ b/qt-ui/printoptions.h @@ -13,7 +13,8 @@ struct print_options { } type; enum print_template { ONE_DIVE, - TWO_DIVE + TWO_DIVE, + CUSTOM } p_template; bool print_selected; bool color_selected; |