diff options
author | Martin Smith <msmith@trolltech.com> | 2010-05-05 13:26:47 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-05-05 13:26:47 (GMT) |
commit | b4bbb3d79a59c1225e1de58b6625f24de7df2013 (patch) | |
tree | 9af3a247fd6b1a0ea0fa2f1e56cf9f66ba6be7c5 /doc/src/widgets-and-layouts | |
parent | 0e5924bc207d7de29b28fb223a2027d5d2d694fa (diff) | |
download | Qt-b4bbb3d79a59c1225e1de58b6625f24de7df2013.zip Qt-b4bbb3d79a59c1225e1de58b6625f24de7df2013.tar.gz Qt-b4bbb3d79a59c1225e1de58b6625f24de7df2013.tar.bz2 |
doc: Began reorganization of the top doc page.
Much more to come.
Diffstat (limited to 'doc/src/widgets-and-layouts')
-rw-r--r-- | doc/src/widgets-and-layouts/layout.qdoc | 1 | ||||
-rw-r--r-- | doc/src/widgets-and-layouts/styles.qdoc | 1 | ||||
-rw-r--r-- | doc/src/widgets-and-layouts/widgets.qdoc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/widgets-and-layouts/layout.qdoc b/doc/src/widgets-and-layouts/layout.qdoc index 0cfde22..2ca202f 100644 --- a/doc/src/widgets-and-layouts/layout.qdoc +++ b/doc/src/widgets-and-layouts/layout.qdoc @@ -47,6 +47,7 @@ /*! \page layout.html \title Layout Management + \ingroup qt-gui-concepts \brief A tour of the standard layout managers and an introduction to custom layouts. diff --git a/doc/src/widgets-and-layouts/styles.qdoc b/doc/src/widgets-and-layouts/styles.qdoc index 9a28715..b4bec8c 100644 --- a/doc/src/widgets-and-layouts/styles.qdoc +++ b/doc/src/widgets-and-layouts/styles.qdoc @@ -48,6 +48,7 @@ /*! \page style-reference.html \title Implementing Styles and Style Aware Widgets + \ingroup qt-gui-concepts \brief An overview of styles and the styling of widgets. \ingroup frameworks-technologies diff --git a/doc/src/widgets-and-layouts/widgets.qdoc b/doc/src/widgets-and-layouts/widgets.qdoc index 7bd27b6..ac0bf77 100644 --- a/doc/src/widgets-and-layouts/widgets.qdoc +++ b/doc/src/widgets-and-layouts/widgets.qdoc @@ -42,6 +42,7 @@ /*! \page widgets-and-layouts.html \title Widgets and Layouts + \ingroup qt-gui-concepts \ingroup frameworks-technologies |