summaryrefslogtreecommitdiffstats
path: root/examples/declarative/webview
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-10 05:06:04 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-10 05:06:04 (GMT)
commit6ac64e4b8d7cb86394936a4d5723625bcabf2f59 (patch)
tree442f408c9f4071445628c3035470288049fccc95 /examples/declarative/webview
parent5471328d6565ca1759ea8008421a31dde2a0f036 (diff)
downloadQt-6ac64e4b8d7cb86394936a4d5723625bcabf2f59.zip
Qt-6ac64e4b8d7cb86394936a4d5723625bcabf2f59.tar.gz
Qt-6ac64e4b8d7cb86394936a4d5723625bcabf2f59.tar.bz2
Remove WebView::pagewidth and tidy up - it's not needed and interfered
with zoomFactor.
Diffstat (limited to 'examples/declarative/webview')
-rw-r--r--examples/declarative/webview/qml-in-html.qml4
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>\