summaryrefslogtreecommitdiffstats
path: root/examples/richtext/richtext.doc
blob: 661e262c60f11e71ca5184b96801d09cb3d61714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
*/