summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/doc/examples/layoutmanagement.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/qdoc/doc/examples/layoutmanagement.qdocinc')
-rw-r--r--src/qdoc/qdoc/doc/examples/layoutmanagement.qdocinc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/qdoc/qdoc/doc/examples/layoutmanagement.qdocinc b/src/qdoc/qdoc/doc/examples/layoutmanagement.qdocinc
new file mode 100644
index 000000000..780b03c8f
--- /dev/null
+++ b/src/qdoc/qdoc/doc/examples/layoutmanagement.qdocinc
@@ -0,0 +1,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
+ \li Positioning of child widgets.
+ \li Sensible default sizes for windows.
+ \li Sensible minimum sizes for windows.
+ \li ...
+\endlist