From 52eb21be3dd3a76d018b5b86a8d72d68accb924a Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 13 Sep 2013 14:26:40 +0200 Subject: Doc: Reintroduce docs for Qt Quick Models and Views examples The .qdoc files/images for these examples were lost during modularization. This change adds them back and fixes related links. Change-Id: Id5260daad1c38284e3aa8178ae82d24067f4e88c Reviewed-by: Jerome Pasion --- src/qml/doc/src/cppintegration/contextproperties.qdoc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'src/qml/doc/src/cppintegration/contextproperties.qdoc') diff --git a/src/qml/doc/src/cppintegration/contextproperties.qdoc b/src/qml/doc/src/cppintegration/contextproperties.qdoc index 1c2bced738..e0d5091f2f 100644 --- a/src/qml/doc/src/cppintegration/contextproperties.qdoc +++ b/src/qml/doc/src/cppintegration/contextproperties.qdoc @@ -84,11 +84,15 @@ a \l Connections object: \snippet qml/qtbinding/context-advanced/connections.qml 0 Context properties can be useful for using C++ based data models in a QML view. See the -\l {quick/modelviews/stringlistmodel}{String ListModel}, -\l {quick/modelviews/objectlistmodel}{Object ListModel} and -\l {quick/modelviews/abstractitemmodel}{AbstractItemModel} models for -respective examples on using QStringListModel, QObjectList-based models and QAbstractItemModel -in QML views. +following examples: +\list + \li \l {Models and Views: String ListModel Example}{String ListModel} + \li \l {Models and Views: Object ListModel Example}{Object ListModel} + \li \l {Models and Views: AbstractItemModel Example}{AbstractItemModel} +\endlist + +demonstrating the use of QStringList, \l{QList}-based models and +QAbstractItemModel in QML views. Also see the QQmlContext documentation for more information. -- cgit v1.2.3