summaryrefslogtreecommitdiffstats
path: root/qt-ui/printoptions.h
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2015-07-05 07:26:39 +0200
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2015-07-05 21:03:04 +0300
commitc44496e23d3e16ec6b5622eea73ae39d991e27bf (patch)
tree822d7e82316872ada6062e3a643aad2c574d5f19 /qt-ui/printoptions.h
parenta70cea95e8c67805945eda8e874a12f67daebe9f (diff)
downloadsubsurface-c44496e23d3e16ec6b5622eea73ae39d991e27bf.tar.gz
Printing: move template_options to print_options.h
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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/qt-ui/printoptions.h b/qt-ui/printoptions.h
index c33addc83..d96b27a53 100644
--- a/qt-ui/printoptions.h
+++ b/qt-ui/printoptions.h
@@ -21,6 +21,13 @@ struct print_options {
bool landscape;
};
+struct template_options {
+ int font_index;
+ int color_palette_index;
+ double font_size;
+ double line_spacing;
+};
+
// should be based on a custom QPrintDialog class
class PrintOptions : public QWidget {
Q_OBJECT