diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-11 10:33:15 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-11 10:33:15 (GMT) |
commit | fe7f5f8a183099b8503bb25d69fe5939014e0009 (patch) | |
tree | 7a6edfd7b0ce36387ca5d969654a2c92c53061ce /tools/qdoc3/doc/examples/layoutmanagement.qdocinc | |
parent | 802051dd1eb8dd63e84ac0c241f560d8cdf350c5 (diff) | |
parent | f7c910a9d44eb7f775f93fd8ccf94c3e8fd38201 (diff) | |
download | Qt-fe7f5f8a183099b8503bb25d69fe5939014e0009.zip Qt-fe7f5f8a183099b8503bb25d69fe5939014e0009.tar.gz Qt-fe7f5f8a183099b8503bb25d69fe5939014e0009.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1
Diffstat (limited to 'tools/qdoc3/doc/examples/layoutmanagement.qdocinc')
-rw-r--r-- | tools/qdoc3/doc/examples/layoutmanagement.qdocinc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/qdoc3/doc/examples/layoutmanagement.qdocinc b/tools/qdoc3/doc/examples/layoutmanagement.qdocinc new file mode 100644 index 0000000..01f8acf --- /dev/null +++ b/tools/qdoc3/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 + \o Positioning of child widgets. + \o Sensible default sizes for windows. + \o Sensible minimum sizes for windows. + \o ... +\endlist |