summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/tutorial2.qdoc
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-13 04:12:08 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-13 04:12:08 (GMT)
commit6762b13d07d759d150a87efa9b2724d7f8955f62 (patch)
treeed4de878da928f523776741cf3e96a11cd2f9e30 /doc/src/declarative/tutorial2.qdoc
parent2c36d7c63fc88b1f06582884fd3ea0b26534a2cd (diff)
downloadQt-6762b13d07d759d150a87efa9b2724d7f8955f62.zip
Qt-6762b13d07d759d150a87efa9b2724d7f8955f62.tar.gz
Qt-6762b13d07d759d150a87efa9b2724d7f8955f62.tar.bz2
Doc
Diffstat (limited to 'doc/src/declarative/tutorial2.qdoc')
-rw-r--r--doc/src/declarative/tutorial2.qdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/declarative/tutorial2.qdoc b/doc/src/declarative/tutorial2.qdoc
index 796d0f9..ac63d9b 100644
--- a/doc/src/declarative/tutorial2.qdoc
+++ b/doc/src/declarative/tutorial2.qdoc
@@ -1,6 +1,5 @@
/*!
\page tutorial2.html
-\target tutorial2
\title Tutorial 2 - QML Component
This chapter adds a color picker to change the color of the text.
@@ -65,7 +64,7 @@ We create the color picker by putting 6 cells with different colors in a grid.
When the \e clicked signal of our cell is triggered, we want to set the color of the text to the color passed as a parameter.
We can react to any signal of our component through a property of the name \e 'onSignalName' (see \l{Signal Handlers}).
-[Previous: \l tutorial1] [Next: \l tutorial3]
+[Previous: \l {Tutorial 1 - Basic Types}] [Next: \l {Tutorial 3 - States and Transitions}]
*/