doc: fix links

Change-Id: Ifb6363e35c5317b6b1d9fd5e53079b30753f0666
Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
This commit is contained in:
Frederik Gladhorn 2012-08-25 00:35:48 +02:00 committed by Qt by Nokia
parent b51efc3297
commit 64dd7a6bfe
3 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@
page 2 and so on until the last page. Some wizards are more page 2 and so on until the last page. Some wizards are more
complex in that they allow different traversal paths based on the complex in that they allow different traversal paths based on the
information provided by the user. The information provided by the user. The
\l{dialogs/licensewizard}{License Wizard} example shows how to \l{widgets/dialogs/licensewizard}{License Wizard} example shows how to
create such wizards. create such wizards.
The Class Wizard example consists of the following classes: The Class Wizard example consists of the following classes:

View File

@ -67,7 +67,7 @@
\section1 Design \section1 Design
As with the \l{itemviews/simpletreemodel}{Simple Tree Model} example, As with the \l{widgets/itemviews/simpletreemodel}{Simple Tree Model} example,
the model simply acts as a wrapper around a collection the model simply acts as a wrapper around a collection
of instances of a \c TreeItem class. Each \c TreeItem is designed to of instances of a \c TreeItem class. Each \c TreeItem is designed to
hold data for a row of items in a tree view, so it contains a list of hold data for a row of items in a tree view, so it contains a list of
@ -209,7 +209,7 @@
\li \inlineimage itemviews-editabletreemodel-indexes.png \li \inlineimage itemviews-editabletreemodel-indexes.png
\li \b{Relating items using model indexes} \li \b{Relating items using model indexes}
As with the \l{itemviews/simpletreemodel}{Simple Tree Model} example, As with the \l{widgets/itemviews/simpletreemodel}{Simple Tree Model} example,
the \c TreeModel needs to be able to take a model index, find the the \c TreeModel needs to be able to take a model index, find the
corresponding \c TreeItem, and return model indexes that correspond to corresponding \c TreeItem, and return model indexes that correspond to
its parents and children. its parents and children.

View File

@ -56,7 +56,7 @@
Tutorial contents: Tutorial contents:
\list 1 \list 1
\li \l{tutorials/addressbook/part1}{Designing the User Interface} \li \l{widgets/tutorials/addressbook/part1}{Designing the User Interface}
\li \l{tutorials/addressbook/part2}{Adding Addresses} \li \l{tutorials/addressbook/part2}{Adding Addresses}
\li \l{tutorials/addressbook/part3}{Navigating between Entries} \li \l{tutorials/addressbook/part3}{Navigating between Entries}
\li \l{tutorials/addressbook/part4}{Editing and Removing Addresses} \li \l{tutorials/addressbook/part4}{Editing and Removing Addresses}