summaryrefslogtreecommitdiffstats
path: root/examples/declarative/webview/content
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-03-02 05:55:06 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-03-02 05:55:06 (GMT)
commitfeb79bba984520fa30bad83eb4a6f34cfb86a697 (patch)
tree9e3ad14e243c84f0dea08bf2dfca19b070fe450d /examples/declarative/webview/content
parent26e6b837ceb90ed3d0df63b39a1cd0ec4dc7aeae (diff)
downloadQt-feb79bba984520fa30bad83eb4a6f34cfb86a697.zip
Qt-feb79bba984520fa30bad83eb4a6f34cfb86a697.tar.gz
Qt-feb79bba984520fa30bad83eb4a6f34cfb86a697.tar.bz2
Move WebView to an extension plugin.
Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995
Diffstat (limited to 'examples/declarative/webview/content')
-rw-r--r--examples/declarative/webview/content/FieldText.qml2
-rw-r--r--examples/declarative/webview/content/Mapping/Map.qml1
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/declarative/webview/content/FieldText.qml b/examples/declarative/webview/content/FieldText.qml
index 19b6acc..d282209 100644
--- a/examples/declarative/webview/content/FieldText.qml
+++ b/examples/declarative/webview/content/FieldText.qml
@@ -85,7 +85,7 @@ Item {
font.bold: true
text: label
opacity: textEdit.text == '' ? 1 : 0
- opacity: Behavior {
+ Behavior on opacity {
NumberAnimation {
property: "opacity"
duration: 250
diff --git a/examples/declarative/webview/content/Mapping/Map.qml b/examples/declarative/webview/content/Mapping/Map.qml
index 2e98940..6c3b021 100644
--- a/examples/declarative/webview/content/Mapping/Map.qml
+++ b/examples/declarative/webview/content/Mapping/Map.qml
@@ -1,4 +1,5 @@
import Qt 4.6
+import org.webkit 1.0
Item {
id: page