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

  1. /*
  2. $Id$
  3. */
  4. /*!   \page wizard-example.html
  5.  
  6.   \ingroup examples
  7.   \title Wizard
  8.  
  9.   This example shows the usage of Qt's wizard class. A wizard
  10.   should be used to help a user with complicated actions.
  11.  
  12.   <hr>
  13.  
  14.   Header file:
  15.  
  16.   \include wizard/wizard.h
  17.  
  18.   <hr>
  19.  
  20.   Implementation:
  21.  
  22.   \include wizard/wizard.cpp
  23.  
  24.   <hr>
  25.  
  26.   Main:
  27.  
  28.   \include wizard/main.cpp
  29. */
  30.  
  31.