author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 20:15:53 +0300 | |
branch | RCL_3 |
changeset 13 | c0432d11811c |
parent 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 |