author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 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 |