home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / richtext / richtext.doc < prev    next >
Encoding:
Text File  |  2001-10-11  |  420 b   |  31 lines

  1. /*
  2. $Id$
  3. */
  4. /*!   \page richtext-example.html
  5.  
  6.   \ingroup examples
  7.   \title Richtext
  8.  
  9.   In this example we demonstrate how to display rich text
  10.   in a widget. To do this some sayings taken from the famous
  11.   Unix "fortune" are displayed nicely formatted.
  12.  
  13.   <hr>
  14.  
  15.   Header file:
  16.  
  17.   \include richtext/richtext.h
  18.  
  19.   <hr>
  20.  
  21.   Implementation:
  22.  
  23.   \include richtext/richtext.cpp
  24.  
  25.   <hr>
  26.  
  27.   Main:
  28.  
  29.   \include richtext/main.cpp
  30. */
  31.