diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-04-30 06:18:50 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-04-30 06:18:50 (GMT) |
commit | a26c1cbe326f59162cd6549b8da479c4a7f198da (patch) | |
tree | ab6e2f999d19d7e07d5b4ad2fed48cd30c42063e /doc/src/declarative/tutorial3.qdoc | |
parent | 488d2f6012c13291d2a8fe7907c332e2ab1b1b15 (diff) | |
download | Qt-a26c1cbe326f59162cd6549b8da479c4a7f198da.zip Qt-a26c1cbe326f59162cd6549b8da479c4a7f198da.tar.gz Qt-a26c1cbe326f59162cd6549b8da479c4a7f198da.tar.bz2 |
Documentation work.
Diffstat (limited to 'doc/src/declarative/tutorial3.qdoc')
-rw-r--r-- | doc/src/declarative/tutorial3.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/tutorial3.qdoc b/doc/src/declarative/tutorial3.qdoc index 91ab9f0..533e179 100644 --- a/doc/src/declarative/tutorial3.qdoc +++ b/doc/src/declarative/tutorial3.qdoc @@ -52,7 +52,7 @@ Here is the QML code: </states> \endcode -First, we create a new state \e down for our text element. This state will be activated when \l {xmlMouseRegion}{MouseRegion} is pressed, and deactivated when it is released. +First, we create a new state \e down for our text element. This state will be activated when MouseRegion is pressed, and deactivated when it is released. The \e down state includes a set of property changes from our implicit \e {default state} (the items as they were initially defined in the QML). Specifically, we set the \c y property of the text to 160 and the \c color to red. |