From b640dffcfb6fd2c493750ae29032a8beb47152b8 Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Wed, 6 May 2009 15:59:05 +1000 Subject: doc --- doc/src/qmlviewer.qdoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/src/qmlviewer.qdoc b/doc/src/qmlviewer.qdoc index e8fdec4..e9f8029 100644 --- a/doc/src/qmlviewer.qdoc +++ b/doc/src/qmlviewer.qdoc @@ -68,11 +68,12 @@ 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 + } + } \endcode Any QML can be used in the dummy data files. You could even animate the fictional data! -- cgit v0.12