examples/graphicsview/portedcanvas/canvas.doc
changeset 2 56cd8111b7f7
parent 1 ae9c8dab0e3e
child 3 41300fa6a67c
equal deleted inserted replaced
1:ae9c8dab0e3e 2:56cd8111b7f7
     1 /*!   \page canvas-example.html
       
     2 
       
     3   \ingroup examples
       
     4   \title Canvas Example
       
     5 
       
     6   This example shows a QCanvas and some \l{QCanvasItem}s in action.
       
     7   You can do a lot more with QCanvas than we show here, but the
       
     8   example provides a taste of what can be done.
       
     9 
       
    10   <hr>
       
    11 
       
    12   Header file:
       
    13 
       
    14   \include canvas/canvas.h
       
    15 
       
    16   <hr>
       
    17 
       
    18   Implementation:
       
    19 
       
    20   \include canvas/canvas.cpp
       
    21 
       
    22   <hr>
       
    23 
       
    24   Main:
       
    25 
       
    26   \include canvas/main.cpp
       
    27 */
       
    28 
       
    29