summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-11-30 01:55:51 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-11-30 01:56:48 (GMT)
commit47914053d93abe291ea85ad46e00fa8a6dc7a702 (patch)
tree82b572f6845fff10bd1ace09238a974044b0672f /doc
parent08ec866fc93c14b9aac8c5ad7092564b6dfecf31 (diff)
downloadQt-47914053d93abe291ea85ad46e00fa8a6dc7a702.zip
Qt-47914053d93abe291ea85ad46e00fa8a6dc7a702.tar.gz
Qt-47914053d93abe291ea85ad46e00fa8a6dc7a702.tar.bz2
Link to List Properties docs from QML Intro page
Task-number: QTBUG-15606
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/qdeclarativeintro.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/declarative/qdeclarativeintro.qdoc b/doc/src/declarative/qdeclarativeintro.qdoc
index 1d807e3..a3773fd 100644
--- a/doc/src/declarative/qdeclarativeintro.qdoc
+++ b/doc/src/declarative/qdeclarativeintro.qdoc
@@ -233,6 +233,10 @@ Image {
}
\endcode
+Items in the list can be accessed by index. See the \l{list}{list type} documentation
+for more details about list properties and their available operations.
+
+
\section2 Default properties
Each object type can specify one of its list or object properties as its default property.