Help/litehtml: Support scaling

Scale the paint area for the HTML document

Change-Id: I75aa5f2bf057df7b2b160b2a005172ff88dbb2b7
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Eike Ziller
2019-09-17 12:33:01 +02:00
parent 93ed44bfea
commit 12ea33446d
4 changed files with 93 additions and 24 deletions

View File

@@ -77,6 +77,8 @@ public:
void backward() override;
void print(QPrinter *printer) override;
bool eventFilter(QObject *src, QEvent *e) override;
private:
void goForward(int count);
void goBackward(int count);