diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-29 18:58:11 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-29 18:58:11 (GMT) |
commit | 529b30b96435491fc6994515862f44d24efc754f (patch) | |
tree | 4151489457e20a5f1b14267b246d54fcb0ae9055 /doc/src/tutorials/addressbook.qdoc | |
parent | 1d3dabe27730a33da35239c39c69b18d4ce9d725 (diff) | |
download | Qt-529b30b96435491fc6994515862f44d24efc754f.zip Qt-529b30b96435491fc6994515862f44d24efc754f.tar.gz Qt-529b30b96435491fc6994515862f44d24efc754f.tar.bz2 |
Doc: The layout documentation is not a list of classes.
Diffstat (limited to 'doc/src/tutorials/addressbook.qdoc')
-rw-r--r-- | doc/src/tutorials/addressbook.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/tutorials/addressbook.qdoc b/doc/src/tutorials/addressbook.qdoc index 95394eb..fd08bfe 100644 --- a/doc/src/tutorials/addressbook.qdoc +++ b/doc/src/tutorials/addressbook.qdoc @@ -222,8 +222,8 @@ Notice that \c addressLabel is positioned using Qt::AlignTop as an additional argument. This is to make sure it is not vertically centered in - cell (1,0). For a basic overview on Qt Layouts, refer to the \l{Layout Classes} - document. + cell (1,0). For a basic overview on Qt Layouts, refer to the + \l{Layout Management} documentation. In order to install the layout object onto the widget, we have to invoke the widget's \l{QWidget::setLayout()}{setLayout()} function: |