summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-11-24 17:13:05 +0100
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-11-24 17:13:05 +0100
commit7163a8c4644a91260c205fc5fe68dc8bb8aa5da2 (patch)
tree991f6230126025d94d9551e4330ad174ca252ad5 /doc
parentaa892599c7e3bf5ca2271712b9bca7ddaab6707e (diff)
Fixes for the manifest and links.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/qml-examples.qdoc10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/src/examples/qml-examples.qdoc b/doc/src/examples/qml-examples.qdoc
index 45d73c9934..fd6030056e 100644
--- a/doc/src/examples/qml-examples.qdoc
+++ b/doc/src/examples/qml-examples.qdoc
@@ -342,8 +342,6 @@
Click on the grey button shown at the bottom of the example to
enable or disable the layout mirroring.
- \depends helper/qmlapplicationviewer
-
\image qml-righttoleft-layoutmirroring-example.png
\sa {QML Right-to-left User Interfaces}
@@ -395,7 +393,7 @@
\page qml-listview-examples.html
\list
- \o \l {Models and Views: ListView Example}
+ \o \l {Models and Views: Dynamic List ListView Example}
\o \l {Models and Views: Expanding Delegate ListView Example}
\o \l {Models and Views: Highlight ListView Example}
\o \l {Models and Views: Highlight Ranges ListView Example}
@@ -405,8 +403,8 @@
*/
/*!
- \title Models and Views: ListView Example
- \example declarative/modelviews/listview
+ \title Models and Views: Dynamic List ListView Example
+ \example declarative/modelviews/listview/dynamiclist
\depends helper/qmlapplicationviewer
\brief This example shows how items can be dynamically added to
@@ -565,7 +563,7 @@
*/
/*!
\title Models and Views: Alert WebView Example
- \example declarative/modelviews/webview
+ \example declarative/modelviews/webview/alerts
\depends helper/qmlapplicationviewer
\brief These examples show how to use the WebView element.