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

  1. /*
  2. $Id$
  3. */
  4. /*!   \page menu-example.html
  5.  
  6.   \ingroup examples
  7.   \title Using menus
  8.  
  9.   This example demonstrates simple use of menus (a menu bar and
  10.   pull-down menus).  Qt also supports popup menus, although this example
  11.   doesn't contain any.
  12.  
  13.  
  14.   <hr>
  15.  
  16.   Header file:
  17.  
  18.   \include menu/menu.h
  19.  
  20.   <hr>
  21.  
  22.   Implementation:
  23.  
  24.   \include menu/menu.cpp
  25. */
  26.  
  27.