summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin Wright <kevin.wright@nokia.com>2011-11-24 16:23:04 +0100
committerKevin Wright <kevin.wright@nokia.com>2011-11-24 16:23:04 +0100
commit39419950a331e406b00a67ca6816b1e4ac3b15f8 (patch)
treedb3dc2eea8a342176f1c167c49371624f10c9ca7 /doc
parent2ece2235ba054c77dc5cf3985b0c1bc95dd6bec3 (diff)
Split ListView and WebView examples.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/qml-examples.qdoc28
1 files changed, 27 insertions, 1 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc
index 84ce989c18..62094457e1 100644
--- a/doc/src/examples/qml-examples.qdoc
+++ b/doc/src/examples/qml-examples.qdoc
@@ -392,6 +392,19 @@
/*!
\title Models and Views: ListView Example
+ \page qml-listview-examples.html
+
+ \l Models and Views: ListView Example
+ \l Models and Views: Expanding Delegate ListView Example
+ \l Models and Views: Highlight ListView Example
+ \l Models and Views: Highlight Ranges ListView Example
+ \l Models and Views: Sections ListView Example
+
+
+*/
+
+/*!
+ \title Models and Views: ListView Example
\example declarative/modelviews/listview
\depends helper/qmlapplicationviewer
@@ -535,8 +548,21 @@
/*!
\title Models and Views: WebView Example
+ \page qml-webview-examples.html
+
+ \l Models and Views: Alert WebView Example
+ \l Models and Views: Autosize WebView Example
+ \l Models and Views: GoogleMaps WebView Example
+ \l Models and Views: Inline HTML WebView Example
+ \l Models and Views: New Windows WebView Example
+
+
+*/
+/*!
+ \title Models and Views: Alert WebView Example
\example declarative/modelviews/webview
- \depends helper/qmlapplicationviewer
+
+\depends helper/qmlapplicationviewer
\brief These examples show how to use the WebView element.