From 39419950a331e406b00a67ca6816b1e4ac3b15f8 Mon Sep 17 00:00:00 2001 From: Kevin Wright Date: Thu, 24 Nov 2011 16:23:04 +0100 Subject: Split ListView and WebView examples. --- doc/src/examples/qml-examples.qdoc | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc index 84ce989..6209445 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. -- cgit v0.12