Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
5.6.0
-
None
-
Tested on Windows 10 64bit
Description
webengine = new QWebEngineView();
webengine->page()->setZoomFactor(10);
qDebug() << webengine->page()->zoomFactor(); // prints 1
Edit:
If I wait until the page has loaded before calling setZoomFactor, and use a value of 5 or less, zoomFactor appears to get the correct value. However, it still has no effect on the output.
Attachments
Issue Links
- relates to
-
QTBUG-51851 Setting the zoom factor before the page is loaded will not have any effect
- Closed