You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
663 B
42 lines
663 B
14 years ago
|
/*!
|
||
|
\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
|
||
|
|
||
|
*/
|