summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qlayout.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-29 18:58:11 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-29 18:58:11 (GMT)
commit529b30b96435491fc6994515862f44d24efc754f (patch)
tree4151489457e20a5f1b14267b246d54fcb0ae9055 /src/gui/kernel/qlayout.cpp
parent1d3dabe27730a33da35239c39c69b18d4ce9d725 (diff)
downloadQt-529b30b96435491fc6994515862f44d24efc754f.zip
Qt-529b30b96435491fc6994515862f44d24efc754f.tar.gz
Qt-529b30b96435491fc6994515862f44d24efc754f.tar.bz2
Doc: The layout documentation is not a list of classes.
Diffstat (limited to 'src/gui/kernel/qlayout.cpp')
-rw-r--r--src/gui/kernel/qlayout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qlayout.cpp b/src/gui/kernel/qlayout.cpp
index e750088..941db8f 100644
--- a/src/gui/kernel/qlayout.cpp
+++ b/src/gui/kernel/qlayout.cpp
@@ -83,7 +83,7 @@ static int menuBarHeightForWidth(QWidget *menubar, int w)
For users of QLayout subclasses or of QMainWindow there is seldom
any need to use the basic functions provided by QLayout, such as
- setSizeConstraint() or setMenuBar(). See \l{Layout Classes}
+ setSizeConstraint() or setMenuBar(). See \l{Layout Management}
for more information.
To make your own layout manager, implement the functions
@@ -98,7 +98,7 @@ static int menuBarHeightForWidth(QWidget *menubar, int w)
Geometry management stops when the layout manager is deleted.
- \sa QLayoutItem, {Layout Classes}, {Basic Layouts Example},
+ \sa QLayoutItem, {Layout Management}, {Basic Layouts Example},
{Border Layout Example}, {Flow Layout Example}
*/