summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/orderform.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/orderform.qdoc')
-rw-r--r--doc/src/examples/orderform.qdoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/examples/orderform.qdoc b/doc/src/examples/orderform.qdoc
index ea93d86..8d61143 100644
--- a/doc/src/examples/orderform.qdoc
+++ b/doc/src/examples/orderform.qdoc
@@ -29,9 +29,10 @@
\example richtext/orderform
\title Order Form Example
- The Order Form example shows how to generate rich text documents by
- combining a simple template with data input by the user in a dialog. Data
- is extracted from a \c DetailsDialog object and displayed on a QTextEdit
+ \brief The Order Form example shows how to generate rich text documents by
+ combining a simple template with data input by the user in a dialog.
+
+ Data is extracted from a \c DetailsDialog object and displayed on a QTextEdit
with a QTextCursor, using various formats. Each form generated is added
to a QTabWidget for easy access.