diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-04-20 03:23:34 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-04-21 00:59:44 (GMT) |
commit | e11a5c4d1a1bb80ac03655227c833b560c7cad3c (patch) | |
tree | 6d377860ee054e95d7e3a285c8b0f9e7d9cc891a /doc/src | |
parent | b65cfb07a5bdf9e4ea1ea6e652688824f7b5da15 (diff) | |
download | Qt-e11a5c4d1a1bb80ac03655227c833b560c7cad3c.zip Qt-e11a5c4d1a1bb80ac03655227c833b560c7cad3c.tar.gz Qt-e11a5c4d1a1bb80ac03655227c833b560c7cad3c.tar.bz2 |
Make property value source examples work
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/declarative/extending.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/extending.qdoc b/doc/src/declarative/extending.qdoc index a1d8a10..d0e5f9e 100644 --- a/doc/src/declarative/extending.qdoc +++ b/doc/src/declarative/extending.qdoc @@ -427,7 +427,7 @@ implement the onPartyStarted signal property. \snippet examples/declarative/extending/valuesource/example.qml 0 \snippet examples/declarative/extending/valuesource/example.qml 1 -The QML snippet shown above assigns a property value to the speaker property. +The QML snippet shown above applies a property value source to the speaker property. A property value source generates a value for a property that changes over time. Property value sources are most commonly used to do animation. Rather than |