Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
5.5.1, 5.6.0
-
None
-
Ubuntu 14.04 32-bit, Windows 8.1
Description
I created simple project for displaying local .html page.
I used Qt5.4 with QWebView there. But after switching to Qt5.6 I noticed
that QWebKit is deprecated and not supported any more.
Thus I decided to replace QWebKit functionality with one from the
QWebEngine. After replacing QWebView with QWebEngineView
I investigated that setZoomFactor method has no effect.