diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2011-02-21 17:26:17 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2011-02-21 17:26:17 (GMT) |
commit | dd372f3ac1ad746d152c6bb22cd410324f7f34cf (patch) | |
tree | a3c16e7dd4888e18d4efc0bc33f82de63e0c4a76 /doc/src/declarative/tutorial.qdoc | |
parent | 16d87b86f6e400ba97ab5f79b9762836c3b186d2 (diff) | |
parent | 1d054b71a4a97d197f345e100e1dc9ed8712199a (diff) | |
download | Qt-dd372f3ac1ad746d152c6bb22cd410324f7f34cf.zip Qt-dd372f3ac1ad746d152c6bb22cd410324f7f34cf.tar.gz Qt-dd372f3ac1ad746d152c6bb22cd410324f7f34cf.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'doc/src/declarative/tutorial.qdoc')
-rw-r--r-- | doc/src/declarative/tutorial.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/tutorial.qdoc b/doc/src/declarative/tutorial.qdoc index 1ee5e61..dc08ba0 100644 --- a/doc/src/declarative/tutorial.qdoc +++ b/doc/src/declarative/tutorial.qdoc @@ -144,7 +144,7 @@ An \l Item is the most basic visual element in QML and is often used as a contai We declare a \c cellColor 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{Adding Properties}). +This property is just an alias to an existing property - the color of the rectangle that compose the cell (see \l{Property Binding}). \snippet examples/declarative/tutorials/helloworld/Cell.qml 5 |