summaryrefslogtreecommitdiffstats
path: root/examples/widgets/layouts/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/layouts/README')
-rw-r--r--examples/widgets/layouts/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/widgets/layouts/README b/examples/widgets/layouts/README
new file mode 100644
index 0000000000..589400280d
--- /dev/null
+++ b/examples/widgets/layouts/README
@@ -0,0 +1,10 @@
+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.