summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxlistview.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-09-16 09:11:09 (GMT)
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-09-16 09:12:54 (GMT)
commit2770d76a6d4af982c5b84b207150fde8c0cdadf4 (patch)
tree92ca753d40022c577998b427f4bb48e8c76ebbc6 /src/declarative/fx/qfxlistview.cpp
parent78f0dd0f00506139eab54e7dc50f8980df78da63 (diff)
downloadQt-2770d76a6d4af982c5b84b207150fde8c0cdadf4.zip
Qt-2770d76a6d4af982c5b84b207150fde8c0cdadf4.tar.gz
Qt-2770d76a6d4af982c5b84b207150fde8c0cdadf4.tar.bz2
Some documentation link updates
Diffstat (limited to 'src/declarative/fx/qfxlistview.cpp')
-rw-r--r--src/declarative/fx/qfxlistview.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/declarative/fx/qfxlistview.cpp b/src/declarative/fx/qfxlistview.cpp
index 015eacf..5de9bf3 100644
--- a/src/declarative/fx/qfxlistview.cpp
+++ b/src/declarative/fx/qfxlistview.cpp
@@ -831,8 +831,9 @@ void QFxListViewPrivate::fixupX()
\inherits Flickable
\brief The ListView item provides a list view of items provided by a model.
- The model is typically provided by a QAbstractListModel "C++ model object", but can also be created directly in QML.
- The items are laid out vertically or horizontally and may be flicked to scroll.
+ The model is typically provided by a QAbstractListModel "C++ model object",
+ but can also be created directly in QML. The items are laid out vertically
+ or horizontally and may be flicked to scroll.
The below example creates a very simple vertical list, using a QML model.
\image trivialListView.png
@@ -871,9 +872,10 @@ QFxListView::~QFxListView()
The model provides a set of data that is used to create the items
for the view. For large or dynamic datasets the model is usually
provided by a C++ model object. The C++ model object must be a \l
- {QAbstractItemModel} subclass, a VisualModel, or a simple list.
+ {QAbstractItemModel} subclass or a simple list.
- Models can also be created directly in QML, using a \l{ListModel} or \l{XmlListModel}.
+ Models can also be created directly in QML, using a \l{ListModel},
+ \l{XmlListModel} or \l{VisualItemModel}.
*/
QVariant QFxListView::model() const
{