qtbase-opensource-src/examples/widgets/layouts
openKylinBot e082218519 Import Upstream version 5.15.3+dfsg 2022-05-14 17:39:13 +08:00
..
basiclayouts Import Upstream version 5.15.3+dfsg 2022-05-14 17:39:13 +08:00
borderlayout Import Upstream version 5.15.3+dfsg 2022-05-14 17:39:13 +08:00
dynamiclayouts Import Upstream version 5.15.3+dfsg 2022-05-14 17:39:13 +08:00
flowlayout Import Upstream version 5.15.3+dfsg 2022-05-14 17:39:13 +08:00
README Import Upstream version 5.15.3+dfsg 2022-05-14 17:39:13 +08:00
layouts.pro Import Upstream version 5.15.3+dfsg 2022-05-14 17:39:13 +08:00

README

Qt uses a layout-based approach to widget management. Widgets are arranged in
the optimal positions in windows based on simple layout rules, leading to a
consistent look and feel.

Custom layouts can be used to provide more control over the positions and
sizes of child widgets.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.