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

  1. /*
  2. $Id$
  3. */
  4. /*!   \page fileiconview-example.html
  5.  
  6.   \ingroup examples
  7.   \title Simple Filemanager
  8.  
  9.   This example implements a simple and not fully functional file manager using
  10.   a widget derived from QIconView to display the current directory.
  11.   To display the directory tree the
  12.   widget written in the <a href="dirview-example.html">dirview</a> example is
  13.   used.
  14.  
  15.   <hr>
  16.  
  17.   Header file of the file icon view:
  18.  
  19.   \include fileiconview/qfileiconview.h
  20.  
  21.   <hr>
  22.  
  23.   Implementation of the file icon view:
  24.  
  25.   \include fileiconview/qfileiconview.cpp
  26.  
  27.   <hr>
  28.  
  29.   Header file of the main window:
  30.  
  31.   \include fileiconview/mainwindow.h
  32.  
  33.   <hr>
  34.  
  35.   Implementation of the main window:
  36.  
  37.   \include fileiconview/mainwindow.cpp
  38.  
  39.   <hr>
  40.  
  41.   Main:
  42.  
  43.   \include fileiconview/main.cpp
  44. */    
  45.  
  46.