Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main > by-pkgid > 551609c23f28e4be31292a04dbe5a613 > files > 2559

qt3-devel-3.3.8b-6ark.i586.rpm

/*
*/
/*!   \page themes-example.html

  \ingroup examples
  \title Themes (Styles)

  This examples demonstrates how to let widgets be drawn in different
  styles (themes). As an example, themes looking like wood and metal
  are implemented. You can switch between the different styles
  during runtime using the pulldown menu.

  <hr>

  Header file of the Wood theme:

  \include themes/wood.h

  <hr>

  Implementation of the Wood theme:

  \include themes/wood.cpp

  <hr>

  Header file of the Metal theme:

  \include themes/metal.h

  <hr>

  Implementation of the Metal theme:

  \include themes/metal.cpp

  <hr>

  Header file of the example:

  \include themes/themes.h

  <hr>

  Implementation of the example:

  \include themes/themes.cpp

  <hr>

  Main:

  \include themes/main.cpp
*/