Printing: add apply button to TemplateEdit class

Add apply button to the dialog, Update the preview after applying
the new settings.

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-11 01:37:27 +02:00 committed by Lubomir I. Ivanov
parent 7ca311ae85
commit f1615e725c
3 changed files with 19 additions and 3 deletions

View file

@ -24,7 +24,7 @@ private slots:
void on_colorpalette_currentIndexChanged(int index);
void on_TemplateEdit_finished(int result);
void on_buttonBox_clicked(QAbstractButton *button);
private:
Ui::TemplateEdit *ui;
@ -32,6 +32,7 @@ private:
struct template_options newTemplateOptions;
struct print_options *printOptions;
QString grantlee_template;
void saveSettings();
};
#endif // TEMPLATEEDIT_H