summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/doc/examples/layoutmanagement.qdocinc
blob: 01f8acf363cb7440f35dfc5ad894f1e4e0cc4f90 (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
    \o Positioning of child widgets.
    \o Sensible default sizes for windows.
    \o Sensible minimum sizes for windows.
    \o ...
\endlist