Add the ability to export print template as html

This way we can view the html generated from a print template, for
debugging, validation or printing via your favorite browser.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
Anton Lundin 2019-09-06 23:17:49 +02:00 committed by Dirk Hohndel
parent 18644c89f6
commit fcf5333bf2
4 changed files with 41 additions and 0 deletions

View file

@ -33,6 +33,7 @@ private
slots:
void onFinished();
void previewClicked();
void exportHtmlClicked();
void printClicked();
void onPaintRequested(QPrinter *);
void createPrinterObj();