diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-03-01 14:58:14 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2011-03-01 14:58:14 (GMT) |
commit | 23b2d58ad60cb8433b27e783b465360adde56d85 (patch) | |
tree | 55eea8f44833260cfada901521f7262ed6231e1c /doc/src/declarative | |
parent | bc47cf8e2de94fae6b7c3971529a2088d0806701 (diff) | |
download | Qt-23b2d58ad60cb8433b27e783b465360adde56d85.zip Qt-23b2d58ad60cb8433b27e783b465360adde56d85.tar.gz Qt-23b2d58ad60cb8433b27e783b465360adde56d85.tar.bz2 |
Edited sentences in QML Views documentation.
Reviewed-by: David Boddie
Diffstat (limited to 'doc/src/declarative')
-rw-r--r-- | doc/src/declarative/qmlviews.qdoc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/declarative/qmlviews.qdoc b/doc/src/declarative/qmlviews.qdoc index 4071d5d..53ce4b9 100644 --- a/doc/src/declarative/qmlviews.qdoc +++ b/doc/src/declarative/qmlviews.qdoc @@ -67,8 +67,9 @@ For more information, consult the \l {QML Data Models} article. \section1 View Delegates Views need a \e delegate to visually represent an item in a list. A view will -visual each item list according to the template defined by the delegate. -Properties of the model are accessible as well as an \c index property. +visualize each item list according to the template defined by the delegate. +Items in a model are accessible through the \c index property as well as the +item's properties. \snippet doc/src/snippets/declarative/listview.qml delegate \image listview-setup.png @@ -94,7 +95,7 @@ The club may decorate the members list by binding visual objects to the \section1 ListView Sections \l {ListView} contents may be grouped into \e sections, where related list items -are labelled according to their sections. Further, the sections may be decorated +are labeled according to their sections. Further, the sections may be decorated with \l{qml-view-delegate}{delegates}. A list may contain a list indicating people's names and the team on which team |