Files
qt4-x11/tools/qdoc3/doc/examples/layoutmanagement.qdocinc
2025-08-24 20:55:26 +08:00

14 lines
347 B
Plaintext

\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