summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/portedcanvas/canvas.doc
blob: f6d77ad685a95709512539b8b181b6f7f72a1f62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*!   \page canvas-example.html

  \ingroup examples
  \title Canvas Example

  This example shows a QCanvas and some \l{QCanvasItem}s in action.
  You can do a lot more with QCanvas than we show here, but the
  example provides a taste of what can be done.

  <hr>

  Header file:

  \include canvas/canvas.h

  <hr>

  Implementation:

  \include canvas/canvas.cpp

  <hr>

  Main:

  \include canvas/main.cpp
*/