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

  1. /*
  2. $Id$
  3. */
  4.      
  5. /*! \page qaction-application-example.html
  6.  
  7.   \ingroup qaction-examples
  8.  
  9.  
  10.   \title A Complete Application Window with Actions
  11.  
  12.   This example program is just like the application example,
  13.   but uses QAction to build the menu and the toolbar.
  14.  
  15.   The QAction related part of the program is covered in
  16.   detail by the <a href="simple-application-action.html">
  17.   QAction application walkthrough</a> whilst the 
  18.   <a href="simple-application.html">Simple application walkthrough</a>
  19.   deals with the rest.
  20.  
  21.   <hr>
  22.  
  23.   Header file:
  24.  
  25.   \include action/application.h
  26.  
  27.   <hr>
  28.  
  29.   Implementation:
  30.  
  31.   \include action/application.cpp
  32.  
  33.   <hr>
  34.  
  35.   Main:
  36.  
  37.   \include action/main.cpp
  38. */   
  39.