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>
This commit is contained in:
Gehad elrobey 2015-07-05 07:26:39 +02:00 committed by Lubomir I. Ivanov
parent a70cea95e8
commit c44496e23d
5 changed files with 13 additions and 11 deletions

View file

@ -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