summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-04-29 04:32:58 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-04-29 04:32:58 (GMT)
commitbebc46c28a4e267c3b7bb590e6b66cce2359d878 (patch)
tree4fa6792e7a4f19d14b3339dff547eee9171550d2 /examples
parent14a5c8be6900c10dc6bc593e472b6a879db4dd2d (diff)
downloadQt-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.qml2
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>