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>
This commit is contained in:
Gehad elrobey 2015-07-12 05:54:00 +02:00 committed by Lubomir I. Ivanov
parent ad531c25fb
commit e1dda8df63
2 changed files with 42 additions and 0 deletions

View file

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