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

  1. /*
  2. $Id$
  3. */
  4.      
  5. /*! \page simple-application-example.html
  6.  
  7.   \ingroup examples
  8.  
  9.   \title A Complete Application Window
  10.  
  11.   This example program looks like a complete modern application.  It
  12.   has a menu bar, it has a tool bar, it has a status bar and works
  13.   like a simple text editor.
  14.  
  15.   There is a <a href="simple-application.html">walkthrough</a> of
  16.   this example.
  17.  
  18.   <hr>
  19.  
  20.   Header file:
  21.  
  22.   \include application/application.h
  23.  
  24.   <hr>
  25.  
  26.   Implementation:
  27.  
  28.   \include application/application.cpp
  29.  
  30.   <hr>
  31.  
  32.   Main:
  33.  
  34.   \include application/main.cpp 
  35. */
  36.