diff options
Diffstat (limited to 'examples/richtext/richtext.doc')
-rw-r--r-- | examples/richtext/richtext.doc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/examples/richtext/richtext.doc b/examples/richtext/richtext.doc new file mode 100644 index 000000000..661e262c6 --- /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 +*/ |