summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/src/widgets-and-layouts
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2014-06-04 18:11:00 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-06-10 15:56:59 +0200
commit857c82f8a4a29399733218f783241b839b939f58 (patch)
tree4adeff4c3cb6d59a002d1ca839933b08619898e8 /src/widgets/doc/src/widgets-and-layouts
parent7da3228abbb77af653b716a3729fac9b20279bfb (diff)
Doc: Updated Layout examples.
-added links to and from the overviews. -added information on how to run the example. -updated copyright. Task-number: QTBUG-33597 Change-Id: Ib049cb94f136caa6916878959ae830248bd236b5 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Nico Vertriest <nico.vertriest@digia.com>
Diffstat (limited to 'src/widgets/doc/src/widgets-and-layouts')
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/layout.qdoc10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/widgets/doc/src/widgets-and-layouts/layout.qdoc b/src/widgets/doc/src/widgets-and-layouts/layout.qdoc
index 99d512b507..f581df4cb3 100644
--- a/src/widgets/doc/src/widgets-and-layouts/layout.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/layout.qdoc
@@ -386,5 +386,13 @@
then set it. (This does not only apply to layouts, you should do
the same if you implement your own resizeEvent(), for example.)
\endlist
-*/
+ \section1 Layout Examples
+
+ Many Qt Widgets \l{Qt Widgets Examples}{examples} already use layouts,
+ however, several examples exist to showcase various layouts.
+
+ \list
+ \li \l{Layout Examples}
+ \endlist
+*/