diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-16 13:59:30 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-08-16 13:59:30 (GMT) |
commit | 8f3489c8bfb18246480a489779c2d9b330474c5d (patch) | |
tree | f96b5f974bdae5f581cb6628d7c0236745b83fbc /src/declarative/util/qdeclarativelistmodel.cpp | |
parent | 07d6c4f8a92110a4fb386e184d4b0e866d897fbc (diff) | |
download | Qt-8f3489c8bfb18246480a489779c2d9b330474c5d.zip Qt-8f3489c8bfb18246480a489779c2d9b330474c5d.tar.gz Qt-8f3489c8bfb18246480a489779c2d9b330474c5d.tar.bz2 |
qdoc: Reorganized the QML elements table to be a dictionary...
...and a set of functional group pages.
Diffstat (limited to 'src/declarative/util/qdeclarativelistmodel.cpp')
-rw-r--r-- | src/declarative/util/qdeclarativelistmodel.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativelistmodel.cpp b/src/declarative/util/qdeclarativelistmodel.cpp index 20fe3a9..1f66f0f 100644 --- a/src/declarative/util/qdeclarativelistmodel.cpp +++ b/src/declarative/util/qdeclarativelistmodel.cpp @@ -68,6 +68,7 @@ QDeclarativeListModelParser::ListInstruction *QDeclarativeListModelParser::ListM /*! \qmlclass ListModel QDeclarativeListModel + \ingroup qml-working-with-data \since 4.7 \brief The ListModel element defines a free-form list data source. @@ -129,7 +130,7 @@ QDeclarativeListModelParser::ListInstruction *QDeclarativeListModelParser::ListM \snippet examples/declarative/threading/threadedlistmodel/dataloader.js 0 - The application's \tt Timer object periodically sends a message to the +working-with-data worker script by calling \l WorkerScript::sendMessage(). When this message is received, \l {WorkerScript::onMessage}{WorkerScript.onMessage()} is invoked in \tt dataloader.js, which appends the current time to the list model. @@ -769,6 +770,7 @@ bool QDeclarativeListModelParser::definesEmptyList(const QString &s) /*! \qmlclass ListElement + \ingroup qml-working-with-data \since 4.7 \brief The ListElement element defines a data item in a ListModel. |