diff options
author | Martin Smith <msmith@trolltech.com> | 2010-05-06 12:48:05 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-05-06 12:48:05 (GMT) |
commit | 573be7e7ba19a2e826d17f5f78e272ee250831d0 (patch) | |
tree | 9d0092854115a052c6c9ad78680e0aba0c8adbe7 /doc | |
parent | a9fb306a1cf1308a3f8b9bb12ed01aed1f6f6f8d (diff) | |
download | Qt-573be7e7ba19a2e826d17f5f78e272ee250831d0.zip Qt-573be7e7ba19a2e826d17f5f78e272ee250831d0.tar.gz Qt-573be7e7ba19a2e826d17f5f78e272ee250831d0.tar.bz2 |
doc: Second attempt to begin reorganizing the top doc page.
This change actually changes the left panels. Much more to come.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/frameworks-technologies/graphicsview.qdoc | 2 | ||||
-rw-r--r-- | doc/src/overviews.qdoc | 13 | ||||
-rw-r--r-- | doc/src/painting-and-printing/coordsys.qdoc | 1 | ||||
-rw-r--r-- | doc/src/painting-and-printing/paintsystem.qdoc | 2 |
4 files changed, 14 insertions, 4 deletions
diff --git a/doc/src/frameworks-technologies/graphicsview.qdoc b/doc/src/frameworks-technologies/graphicsview.qdoc index 95b3182..740fcac 100644 --- a/doc/src/frameworks-technologies/graphicsview.qdoc +++ b/doc/src/frameworks-technologies/graphicsview.qdoc @@ -47,7 +47,7 @@ /*! \page graphicsview.html \title The Graphics View Framework - \ingroup qt-gui-concepts + \ingroup qt-graphics \brief An overview of the Graphics View framework for interactive 2D graphics. diff --git a/doc/src/overviews.qdoc b/doc/src/overviews.qdoc index bc994af..b2ba3a1 100644 --- a/doc/src/overviews.qdoc +++ b/doc/src/overviews.qdoc @@ -63,9 +63,18 @@ /*! \group qt-gui-concepts - \title Qt GUI Components + \title Qt GUI Construction - \brief The Qt components for constructing graphical user intefaces. + \brief The Qt components for constructing Graphical User Intefaces. + + \generatelist {related} + */ + +/*! + \group qt-graphics + \title Qt Graphics + + \brief The Qt components for doing graphics. \generatelist {related} */ diff --git a/doc/src/painting-and-printing/coordsys.qdoc b/doc/src/painting-and-printing/coordsys.qdoc index 5807f57..b0ba093 100644 --- a/doc/src/painting-and-printing/coordsys.qdoc +++ b/doc/src/painting-and-printing/coordsys.qdoc @@ -42,6 +42,7 @@ /*! \page coordsys.html \title The Coordinate System + \ingroup qt-graphics \brief Information about the coordinate system used by the paint system. diff --git a/doc/src/painting-and-printing/paintsystem.qdoc b/doc/src/painting-and-printing/paintsystem.qdoc index 56b638c..b711b2f 100644 --- a/doc/src/painting-and-printing/paintsystem.qdoc +++ b/doc/src/painting-and-printing/paintsystem.qdoc @@ -61,7 +61,7 @@ /*! \page paintsystem.html \title The Paint System - \ingroup qt-gui-concepts + \ingroup qt-graphics \ingroup frameworks-technologies Qt's paint system enables painting on screen and print devices |