summaryrefslogtreecommitdiffstats
path: root/examples/richtext/richtext.doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 15:24:15 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 15:24:15 -0500
commitbd0f3345a938b35ce6a12f6150373b0955b8dd12 (patch)
tree7a520322212d48ebcb9fbe1087e7fca28b76185c /examples/richtext/richtext.doc
downloadqt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.tar.gz
qt3-bd0f3345a938b35ce6a12f6150373b0955b8dd12.zip
Add Qt3 development HEAD version
Diffstat (limited to 'examples/richtext/richtext.doc')
-rw-r--r--examples/richtext/richtext.doc29
1 files changed, 29 insertions, 0 deletions
diff --git a/examples/richtext/richtext.doc b/examples/richtext/richtext.doc
new file mode 100644
index 0000000..661e262
--- /dev/null
+++ b/examples/richtext/richtext.doc
@@ -0,0 +1,29 @@
+/*
+*/
+/*! \page richtext-example.html
+
+ \ingroup examples
+ \title Richtext
+
+ In this example we demonstrate how to display rich text
+ in a widget. To do this some sayings taken from the famous
+ Unix "fortune" are displayed nicely formatted.
+
+ <hr>
+
+ Header file:
+
+ \include richtext/richtext.h
+
+ <hr>
+
+ Implementation:
+
+ \include richtext/richtext.cpp
+
+ <hr>
+
+ Main:
+
+ \include richtext/main.cpp
+*/