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

  1.  
  2. /*
  3. $Id$
  4. */
  5. /*!   \page scribble-example.html
  6.  
  7.   \ingroup examples
  8.   \title Simple Painting Application
  9.  
  10.   This example implements the famous scribble example. You can draw around
  11.   in the canvas with different pens and save the result as picture.
  12.  
  13.   <hr>
  14.  
  15.   Header file:
  16.  
  17.   \include scribble/scribble.h
  18.  
  19.   <hr>
  20.  
  21.   Implementation:
  22.  
  23.   \include scribble/scribble.cpp
  24.  
  25.   <hr>
  26.  
  27.   Main:
  28.  
  29.   \include scribble/main.cpp
  30. */    
  31.  
  32.