summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-03-29 04:23:59 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-03-29 04:23:59 (GMT)
commit03166b7e3c491caaebfa7cea8edd137f66058024 (patch)
treee4576d1be5af59b387276ea64844e02bf57fb754 /src/imports
parentda587063eab13e238002aebb05908cd420425c36 (diff)
downloadQt-03166b7e3c491caaebfa7cea8edd137f66058024.zip
Qt-03166b7e3c491caaebfa7cea8edd137f66058024.tar.gz
Qt-03166b7e3c491caaebfa7cea8edd137f66058024.tar.bz2
doc
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/webkit/qdeclarativewebview.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/imports/webkit/qdeclarativewebview.cpp b/src/imports/webkit/qdeclarativewebview.cpp
index 0b85ae4..be3fca2 100644
--- a/src/imports/webkit/qdeclarativewebview.cpp
+++ b/src/imports/webkit/qdeclarativewebview.cpp
@@ -121,6 +121,10 @@ public:
A WebView renders web content based on a URL.
+ This type is made available by importing the \c org.webkit module:
+
+ \b{import org.webkit 1.0}
+
If the width and height of the item is not set, they will
dynamically adjust to a size appropriate for the content.
This width may be large for typical online web pages.