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

  1. /*
  2. $Id$
  3. */
  4. /*!   \page listviews-example.html
  5.  
  6.   \ingroup examples
  7.   \title Listviews
  8.  
  9.   This examples shows how to work with listviews (hierarchical and multi-column).
  10.   It also shows how to subclass listview items for special reasons. It looks
  11.   and works like the main window of a mail client.
  12.  
  13.   <hr>
  14.  
  15.   Header file:
  16.  
  17.   \include listviews/listviews.h
  18.  
  19.   <hr>
  20.  
  21.   Implementation:
  22.  
  23.   \include listviews/listviews.cpp
  24.  
  25.   <hr>
  26.  
  27.   Main:
  28.  
  29.   \include listviews/main.cpp
  30. */
  31.  
  32.