summaryrefslogtreecommitdiffstats
path: root/qt-ui/printoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/printoptions.h')
-rw-r--r--qt-ui/printoptions.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/qt-ui/printoptions.h b/qt-ui/printoptions.h
index af845cb19..1e12efae7 100644
--- a/qt-ui/printoptions.h
+++ b/qt-ui/printoptions.h
@@ -5,6 +5,17 @@
#include "ui_printoptions.h"
+struct print_options {
+ enum print_type {
+ DIVELIST,
+ TABLE,
+ STATISTICS
+ } type;
+ bool print_selected;
+ bool color_selected;
+ bool landscape;
+};
+
// should be based on a custom QPrintDialog class
class PrintOptions : public QWidget {
Q_OBJECT