summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/doc/examples/layoutmanagement.qdocinc
blob: 780b03c8ff6ee233dc6d03e5ff8dd8d8eb4a4ef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\section1 Layout Classes

The Qt layout system provides a simple and powerful way of specifying
the layout of child widgets.

By specifying the logical layout once, you get the following benefits:

\list
    \li Positioning of child widgets.
    \li Sensible default sizes for windows.
    \li Sensible minimum sizes for windows.
    \li ...
\endlist