diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-04-29 04:32:58 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-04-29 04:32:58 (GMT) |
commit | bebc46c28a4e267c3b7bb590e6b66cce2359d878 (patch) | |
tree | 4fa6792e7a4f19d14b3339dff547eee9171550d2 /examples | |
parent | 14a5c8be6900c10dc6bc593e472b6a879db4dd2d (diff) | |
download | Qt-bebc46c28a4e267c3b7bb590e6b66cce2359d878.zip Qt-bebc46c28a4e267c3b7bb590e6b66cce2359d878.tar.gz Qt-bebc46c28a4e267c3b7bb590e6b66cce2359d878.tar.bz2 |
Enable plugins
They're no longer on by default, as per QWebPage.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/webview/qml-in-html.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/webview/qml-in-html.qml b/examples/declarative/webview/qml-in-html.qml index 2715788..8c1c06f 100644 --- a/examples/declarative/webview/qml-in-html.qml +++ b/examples/declarative/webview/qml-in-html.qml @@ -1,7 +1,7 @@ <!-- The WebView supports QML data through the HTML OBJECT tag --> <Flickable width="{250*.75}" height="240" viewportWidth="{Web.width*Web.scale}" viewportHeight="{Web.height*Web.scale}"> -<WebView id="Web" width="250" height="420" scale="0.75"> +<WebView id="Web" width="250" height="420" scale="0.75" settings.pluginsEnabled="true"> <html><![CDATA[ <html> <body bgcolor=white> |