diff options
-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! |