aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/templateedit.h
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2015-07-12 05:54:00 +0200
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2015-07-20 15:28:23 +0300
commite1dda8df636058734ff8ab79ade210c08339b978 (patch)
tree61c0066ad72ff6ca3235894b8a48db5d41c3344d /qt-ui/templateedit.h
parentad531c25fbf4094f2cbfd54018fe74d710b547f1 (diff)
downloadsubsurface-e1dda8df636058734ff8ab79ade210c08339b978.tar.gz
Printing: implement edit buttons in color tab
Add button group and attached edit buttons to it. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'qt-ui/templateedit.h')
-rw-r--r--qt-ui/templateedit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/templateedit.h b/qt-ui/templateedit.h
index 21cbc0321..15b717f78 100644
--- a/qt-ui/templateedit.h
+++ b/qt-ui/templateedit.h
@@ -26,8 +26,11 @@ private slots:
void on_buttonBox_clicked(QAbstractButton *button);
+ void colorSelect(QAbstractButton *button);
+
private:
Ui::TemplateEdit *ui;
+ QButtonGroup *btnGroup;
struct template_options *templateOptions;
struct template_options newTemplateOptions;
struct print_options *printOptions;