diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-05-06 06:26:42 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-05-06 06:26:42 (GMT) |
commit | 8b6dd696ca99d928e44c7ed706cc9c348f2024ec (patch) | |
tree | da442923d09fe37c4fd1794fd520f53a8193cf4a /doc | |
parent | eddff2b6638f8dd33c272ca9368d67960afe86f7 (diff) | |
download | Qt-8b6dd696ca99d928e44c7ed706cc9c348f2024ec.zip Qt-8b6dd696ca99d928e44c7ed706cc9c348f2024ec.tar.gz Qt-8b6dd696ca99d928e44c7ed706cc9c348f2024ec.tar.bz2 |
Doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/qmlviewer.qdoc (renamed from doc/src/qmlviewer.qdoc) | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/src/qmlviewer.qdoc b/doc/src/declarative/qmlviewer.qdoc index e9f8029..8228737 100644 --- a/doc/src/qmlviewer.qdoc +++ b/doc/src/declarative/qmlviewer.qdoc @@ -68,12 +68,7 @@ that is a qreal from 0 to 86400 representing the number of seconds since midnight, dummy data for this could be provided by \c dummydata/clock.qml: \code - Object { - properties: Property { - name: "time" - value: 12345 - } - } + Object { property real time: 12345 } \endcode Any QML can be used in the dummy data files. You could even animate the fictional data! |