summaryrefslogtreecommitdiffstats
path: root/examples/uitools
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2012-12-11 17:31:48 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-12 07:51:36 +0100
commitabbafb2b08f89114763a16b51bc02bacc73cdd97 (patch)
treeba51e468bf9ad205c99dcd882c8ce9f50d876783 /examples/uitools
parentce7fb448f27af7882a9fac3b73cfc6f8b4760c37 (diff)
Doc: Fix example pages for Qt Tools
Use the \group and \ingroup commands to produce Qt 5 style example pages. Unify the file structure for example docs. Add example page for Qt Help and move Context Sensitive Help example to it (from the Qt Assistant Examples page). Change-Id: I687b18a134037588a5a536fe2353c18dfd44b1d7 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: David Schulz <david.schulz@digia.com>
Diffstat (limited to 'examples/uitools')
-rw-r--r--examples/uitools/doc/src/multipleinheritance.qdoc3
-rw-r--r--examples/uitools/doc/src/textfinder.qdoc6
2 files changed, 7 insertions, 2 deletions
diff --git a/examples/uitools/doc/src/multipleinheritance.qdoc b/examples/uitools/doc/src/multipleinheritance.qdoc
index aec4da965..ca3ade2db 100644
--- a/examples/uitools/doc/src/multipleinheritance.qdoc
+++ b/examples/uitools/doc/src/multipleinheritance.qdoc
@@ -27,8 +27,11 @@
/*!
\example multipleinheritance
+ \ingroup examples-qtuitools
\title Multiple Inheritance Example
+ \brief Using a form created with Qt Designer in an application.
+
The Multiple Inheritance Example shows how to use a form created with
Qt Designer in an application by subclassing both QWidget and the user
interface class, which is \c{Ui::CalculatorForm}.
diff --git a/examples/uitools/doc/src/textfinder.qdoc b/examples/uitools/doc/src/textfinder.qdoc
index c05e35069..7552b08c8 100644
--- a/examples/uitools/doc/src/textfinder.qdoc
+++ b/examples/uitools/doc/src/textfinder.qdoc
@@ -27,10 +27,12 @@
/*!
\example textfinder
+ \ingroup examples-qtuitools
\title Text Finder Example
- \brief The Text Finder example demonstrates how to dynamically process forms
- using the Qt UI Tools module. Dynamic form processing enables a form to
+ \brief Dynamically processing forms using Qt UI Tools.
+
+ Dynamic form processing enables a form to
be processed at run-time only by changing the UI file for the project.
The program allows the user to look up a particular word within the
contents of a text file. This text file is included in the project's