/*
*/
/*!   \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
*/