diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-11-25 01:34:42 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-11-25 01:34:42 (GMT) |
commit | 93ca74ebc54db90416538c78df9f9cc1ea1b006e (patch) | |
tree | 12fa13ac5b2e30ea93b25d19b6737921ae8ca00d /doc/src/declarative | |
parent | 0862302562b27811e3517412d0913dbbf573b646 (diff) | |
download | Qt-93ca74ebc54db90416538c78df9f9cc1ea1b006e.zip Qt-93ca74ebc54db90416538c78df9f9cc1ea1b006e.tar.gz Qt-93ca74ebc54db90416538c78df9f9cc1ea1b006e.tar.bz2 |
cleanup progressbar example
Diffstat (limited to 'doc/src/declarative')
-rw-r--r-- | doc/src/declarative/example-slideswitch.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/example-slideswitch.qdoc b/doc/src/declarative/example-slideswitch.qdoc index c942918..a8376eb 100644 --- a/doc/src/declarative/example-slideswitch.qdoc +++ b/doc/src/declarative/example-slideswitch.qdoc @@ -127,7 +127,7 @@ For more information on scripts see \l{qmlecmascript.html}{ECMAScript Blocks}. \snippet examples/declarative/slideswitch/content/Switch.qml 7 At this point, when the switch toggles between the two states the knob will instantly change its \c x position between 1 and 78. -In order for the the knob to move smoothly we add a transistion that will animate the \c x property with an easing curve for a duration of 200ms. +In order for the the knob to move smoothly we add a transition that will animate the \c x property with an easing curve for a duration of 200ms. For more information on transitions see \l{state-transitions}{QML Transitions}. |