diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-10-08 03:56:17 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-10-08 03:56:17 (GMT) |
commit | 08a1c212752bd1c1eeda1706c9531ac502441f35 (patch) | |
tree | 5e006d239fce38d78e72a2a18c3f9aeeb0ded006 /doc/src/declarative/tutorial2.qdoc | |
parent | 28c8570d38fe1a5f57300a48668506a6235a9081 (diff) | |
parent | 1cd996492f2776ef44a73057aa5a110d0e0d24d9 (diff) | |
download | Qt-08a1c212752bd1c1eeda1706c9531ac502441f35.zip Qt-08a1c212752bd1c1eeda1706c9531ac502441f35.tar.gz Qt-08a1c212752bd1c1eeda1706c9531ac502441f35.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc/src/declarative/tutorial2.qdoc')
-rw-r--r-- | doc/src/declarative/tutorial2.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/tutorial2.qdoc b/doc/src/declarative/tutorial2.qdoc index a3154de..796d0f9 100644 --- a/doc/src/declarative/tutorial2.qdoc +++ b/doc/src/declarative/tutorial2.qdoc @@ -30,7 +30,7 @@ An \l Item is the most basic visual element in QML and is often used as a contai We declare a \c color property. This property is accessible from \e outside our component, this allows us to instantiate the cells with different colors. -This property is just an alias to an existing property - the color of the rectangle that compose the cell (see \l{Properties}). +This property is just an alias to an existing property - the color of the rectangle that compose the cell (see \l{intro-properties}{Properties}). \snippet examples/declarative/tutorials/helloworld/Cell.qml 5 |