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

  1. /*
  2. $Id$
  3. */
  4. /*!   \page tabdialog-example.html
  5.  
  6.   \ingroup examples
  7.   \title Tabdialog
  8.  
  9.   This example shows how to use a dialog with multiple tabs
  10.   (pages). To start the program you have to specify a filename
  11.   as the first argument. The dialog shows information about the
  12.   file separated onto different tabs.
  13.  
  14.   <hr>
  15.  
  16.   Header file:
  17.  
  18.   \include tabdialog/tabdialog.h
  19.  
  20.   <hr>
  21.  
  22.   Implementation:
  23.  
  24.   \include tabdialog/tabdialog.cpp
  25.  
  26.   <hr>
  27.  
  28.   Main:
  29.  
  30.   \include tabdialog/main.cpp
  31. */
  32.  
  33.