summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-12-05 12:48:16 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-05 13:05:13 +0100
commitfcdb49368752aee51c6eadaa5482244df22395e2 (patch)
tree380a64e2b7e7fbc62c47489666539c13938ba4d3 /src
parentb1ab872fdb183757a09878fc645597af5f8610b9 (diff)
Add \brief description to tools examples.
Change-Id: I713620c8c5cf55147b1c5732d745569916a8e264 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/designer/src/lib/uilib/container.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/designer/src/lib/uilib/container.qdoc b/src/designer/src/lib/uilib/container.qdoc
index 42a832085..95ef518e0 100644
--- a/src/designer/src/lib/uilib/container.qdoc
+++ b/src/designer/src/lib/uilib/container.qdoc
@@ -31,13 +31,13 @@
a custom multi-page container in Qt Designer's workspace.
\inmodule QtDesigner
+ \image containerextension-example.png
+
QDesignerContainerExtension provide an interface for creating
custom container extensions. A container extension consists of a
collection of functions that \QD needs to manage a multi-page
container plugin, and a list of the container's pages.
- \image containerextension-example.png
-
\warning This is \e not an extension for container plugins in
general, only custom \e multi-page containers.