diff options
Diffstat (limited to 'examples/declarative/webview/qml-in-html.qml')
-rw-r--r-- | examples/declarative/webview/qml-in-html.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/webview/qml-in-html.qml b/examples/declarative/webview/qml-in-html.qml index 43cc61b..a2f2f2a 100644 --- a/examples/declarative/webview/qml-in-html.qml +++ b/examples/declarative/webview/qml-in-html.qml @@ -12,8 +12,8 @@ Rectangle { id: web width: 250 height: 420 - scale: 0.75 - smooth: true + zoomFactor: 0.75 + smoothCache: true settings.pluginsEnabled: true html: "<html>\ <body bgcolor=white>\ |