blob: c6c99f267962aeff6021553b70f3e139f234d7a0 (
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
30
31
32
33
34
35
36
37
38
39
40
41
|
/*!
\page canvas-chart-example.html
\ingroup step-by-step-examples
\title A Complete Canvas Application
This is a complete example program with a main window, menus and
toolbars. The main widget is a QCanvas, and this example
demonstrates basic canvas usage.
\omit
This example is the subject of \link tutorial2.html Tutorial
#2\endlink.
\endomit
<hr>
Project file:
\include chart/chart.pro
<hr>
Header files:
\include chart/element.h
\include chart/chartform.h
<hr>
Implementation:
\include chart/chartform.cpp
<hr>
Main:
\include chart/main.cpp
*/
|