summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/borderlayout.qdoc
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 /examples/widgets/doc/src/borderlayout.qdoc
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 'examples/widgets/doc/src/borderlayout.qdoc')
-rw-r--r--examples/widgets/doc/src/borderlayout.qdoc11
1 files changed, 8 insertions, 3 deletions
diff --git a/examples/widgets/doc/src/borderlayout.qdoc b/examples/widgets/doc/src/borderlayout.qdoc
index 8a2958ee80..03a2bf1672 100644
--- a/examples/widgets/doc/src/borderlayout.qdoc
+++ b/examples/widgets/doc/src/borderlayout.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
@@ -28,9 +28,14 @@
/*!
\example layouts/borderlayout
\title Border Layout Example
+ \brief Shows how to arrange child widgets along a border.
- \brief The Border Layout example shows how to create a custom layout that arranges
- child widgets according to a simple set of rules.
+ \e{Border Layout} implements a layout that arranges child widgets to
+ surround the main area.
\image borderlayout-example.png
+
+ For more information, visit the \l{Layout Management} page.
+
+ \include examples-run.qdocinc
*/