summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2012-12-10 10:44:00 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-11 07:50:39 +0100
commitd5093ec4801e0cae5336d07e2d776223233d465f (patch)
tree228247a47e3f92c6fa5ef20187ee57a1b1a3ff2d /examples
parentf46226f6aa2b97cf402bebbec1cbac49fb7c4095 (diff)
Doc: modularize Qt Designer custom plugin docs
Create index and module pages for Qt Designer custom plugin classes. Modify the qdocconf file to also build the Qt Designer plugin class docs. Move snippets from qtdoc to qttools. Fix links to the classes page in example docs. Change-Id: Ie191fdb07fb0b00379a15d44c1355f00815053e6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: David Schulz <david.schulz@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/designer/doc/src/containerextension.qdoc2
-rw-r--r--examples/designer/doc/src/taskmenuextension.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/designer/doc/src/containerextension.qdoc b/examples/designer/doc/src/containerextension.qdoc
index c97b02871..07231a624 100644
--- a/examples/designer/doc/src/containerextension.qdoc
+++ b/examples/designer/doc/src/containerextension.qdoc
@@ -64,7 +64,7 @@
You can use all the extensions following the same pattern as in
this example, only replacing the respective extension base
- class. For more information, see the \l {QtDesigner Module}.
+ class. For more information, see \l{Qt Designer C++ Classes}.
The Container Extension example consists of four classes:
diff --git a/examples/designer/doc/src/taskmenuextension.qdoc b/examples/designer/doc/src/taskmenuextension.qdoc
index e6dcae359..7712486be 100644
--- a/examples/designer/doc/src/taskmenuextension.qdoc
+++ b/examples/designer/doc/src/taskmenuextension.qdoc
@@ -64,7 +64,7 @@
You can use all the extensions following the same pattern as in
this example, only replacing the respective extension base
- class. For more information, see the \l {QtDesigner Module}.
+ class. For more information, see the \l{Qt Designer C++ Classes}.
The Task Menu Extension example consists of five classes: