examples/graphicsview/portedcanvas/canvas.doc
branchRCL_3
changeset 8 3f74d0d4af4c
parent 0 1918ee327afb
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
       
     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