diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-02-17 13:39:21 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2011-02-17 13:39:21 (GMT) |
commit | ff19e59a58940080f7df2bbdf46981e043aa6146 (patch) | |
tree | 52de888f55eda80db276136bcb0c1e2c55ecf77e /src | |
parent | fe1a74289a32381d58fc045f9895a159b011d58b (diff) | |
parent | f5f2eb86b5a9fb4bcc479a4fdba4024e5544ba24 (diff) | |
download | Qt-ff19e59a58940080f7df2bbdf46981e043aa6146.zip Qt-ff19e59a58940080f7df2bbdf46981e043aa6146.tar.gz Qt-ff19e59a58940080f7df2bbdf46981e043aa6146.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativevisualitemmodel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativevisualitemmodel.cpp b/src/declarative/graphicsitems/qdeclarativevisualitemmodel.cpp index a8082f8..97ce059 100644 --- a/src/declarative/graphicsitems/qdeclarativevisualitemmodel.cpp +++ b/src/declarative/graphicsitems/qdeclarativevisualitemmodel.cpp @@ -839,7 +839,8 @@ void QDeclarativeVisualDataModel::setDelegate(QDeclarativeComponent *delegate) QML only operates on list data. \c rootIndex allows the children of any node in a QAbstractItemModel to be provided by this model. - This property only affects models of type QAbstractItemModel. + This property only affects models of type QAbstractItemModel that + are hierarchical (e.g, a tree model). For example, here is a simple interactive file system browser. When a directory name is clicked, the view's \c rootIndex is set to the |