source: trunk/tools/qdoc3/doc/examples/layoutmanagement.qdocinc

Last change on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 347 bytes
Line 
1\section1 Layout Classes
2
3The Qt layout system provides a simple and powerful way of specifying
4the layout of child widgets.
5
6By specifying the logical layout once, you get the following benefits:
7
8\list
9 \o Positioning of child widgets.
10 \o Sensible default sizes for windows.
11 \o Sensible minimum sizes for windows.
12 \o ...
13\endlist
Note: See TracBrowser for help on using the repository browser.