diff options
author | Kevin Wright <kevin.wright@nokia.com> | 2011-11-24 16:06:18 (GMT) |
---|---|---|
committer | Kevin Wright <kevin.wright@nokia.com> | 2011-11-24 16:06:18 (GMT) |
commit | c4a34f8b640a4d04514d11ba82bd3a02722f7891 (patch) | |
tree | dc00eefbdf892bc0ccf6550b84c382a4d8de6a11 /doc | |
parent | 5e335d93ef1d3fbe9e9f615a1f99b55b40c127ca (diff) | |
download | Qt-c4a34f8b640a4d04514d11ba82bd3a02722f7891.zip Qt-c4a34f8b640a4d04514d11ba82bd3a02722f7891.tar.gz Qt-c4a34f8b640a4d04514d11ba82bd3a02722f7891.tar.bz2 |
Changed some of the short descriptions for WebView examples.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/examples/qml-examples.qdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc index 7ef704c..0cae4d3 100644 --- a/doc/src/examples/qml-examples.qdoc +++ b/doc/src/examples/qml-examples.qdoc @@ -568,7 +568,7 @@ \example declarative/modelviews/webview \depends helper/qmlapplicationviewer - \brief These examples show how to use the WebView element. + \brief This example shows how to create an alert in the WebView element. \table \row @@ -613,7 +613,7 @@ \example declarative/modelviews/webview/inlinehtml \depends helper/qmlapplicationviewer - \brief These examples show how to use the WebView element. + \brief This example shows how to use inline HTML with the WebView element. \table \row @@ -628,7 +628,7 @@ \example declarative/modelviews/webview/newwindows \depends helper/qmlapplicationviewer - \brief These examples show how to use the WebView element. + \brief These examples show how to create new windows in the WebView element. \table \row |