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

  1. /*
  2. $Id$
  3. */
  4. /*!   \page themes-example.html
  5.  
  6.   \ingroup examples
  7.   \title Themes (Styles)
  8.  
  9.   This examples demonstrates how to let widgets be drawn in different
  10.   styles (themes). As an example, themes looking like wood and metal
  11.   are implemented. You can switch between the different styles
  12.   during runtime using the pulldown menu.
  13.  
  14.   <hr>
  15.  
  16.   Header file of the Wood theme:
  17.  
  18.   \include themes/wood.h
  19.  
  20.   <hr>
  21.  
  22.   Implementation of the Wood theme:
  23.  
  24.   \include themes/wood.cpp
  25.  
  26.   <hr>
  27.  
  28.   Header file of the Metal theme:
  29.  
  30.   \include themes/metal.h
  31.  
  32.   <hr>
  33.  
  34.   Implementation of the Metal theme:
  35.  
  36.   \include themes/metal.cpp
  37.  
  38.   <hr>
  39.  
  40.   Header file of the example:
  41.  
  42.   \include themes/themes.h
  43.  
  44.   <hr>
  45.  
  46.   Implementation of the example:
  47.  
  48.   \include themes/themes.cpp
  49.  
  50.   <hr>
  51.  
  52.   Main:
  53.  
  54.   \include themes/main.cpp
  55. */
  56.  
  57.