@@ -1,4 +1,5 | |||||
1 | TEMPLATE = subdirs |
|
1 | TEMPLATE = subdirs | |
2 | SUBDIRS += chartthemes \ |
|
2 | SUBDIRS += chartthemes \ | |
3 | piechartcustomization \ |
|
3 | piechartcustomization \ | |
4 | qmlchart |
|
4 | qmlchart \ | |
|
5 | dynamicspline |
1 | NO CONTENT: file renamed from examples/dynamicspline/chart.cpp to demos/dynamicspline/chart.cpp |
|
NO CONTENT: file renamed from examples/dynamicspline/chart.cpp to demos/dynamicspline/chart.cpp |
1 | NO CONTENT: file renamed from examples/dynamicspline/chart.h to demos/dynamicspline/chart.h |
|
NO CONTENT: file renamed from examples/dynamicspline/chart.h to demos/dynamicspline/chart.h |
@@ -1,6 +1,4 | |||||
1 | !include( ../examples.pri ) { |
|
1 | !include( ../demos.pri ):error( "Couldn't find the demos.pri file!" ) | |
2 | error( "Couldn't find the examples.pri file!" ) |
|
|||
3 | } |
|
|||
4 | TARGET = dynamicspline |
|
2 | TARGET = dynamicspline | |
5 | HEADERS += chart.h |
|
3 | HEADERS += chart.h | |
6 | SOURCES += main.cpp chart.cpp |
|
4 | SOURCES += main.cpp chart.cpp |
1 | NO CONTENT: file renamed from examples/dynamicspline/main.cpp to demos/dynamicspline/main.cpp |
|
NO CONTENT: file renamed from examples/dynamicspline/main.cpp to demos/dynamicspline/main.cpp |
@@ -1,7 +1,7 | |||||
1 | /*! |
|
1 | /*! | |
2 |
\example |
|
2 | \example demos/dynamicspline | |
3 | \title EKG chart Example |
|
3 | \title Dynamic spline demo | |
4 | \subtitle |
|
4 | \subtitle | |
5 |
|
5 | |||
6 |
The example shows how to |
|
6 | The example shows how to draw dynamic data. | |
7 | */ |
|
7 | */ |
@@ -1,23 +1,24 | |||||
1 | /*! |
|
1 | /*! | |
2 | \page demos.html |
|
2 | \page demos.html | |
3 | \title Demos |
|
3 | \title Demos | |
4 | \keyword Demos |
|
4 | \keyword Demos | |
5 |
|
5 | |||
6 | \raw HTML |
|
6 | \raw HTML | |
7 | <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable"> |
|
7 | <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable"> | |
8 | <tr> |
|
8 | <tr> | |
9 | <th class="titleheader" width="33%"> |
|
9 | <th class="titleheader" width="33%"> | |
10 | List of demos |
|
10 | List of demos | |
11 | </th> |
|
11 | </th> | |
12 | </tr> |
|
12 | </tr> | |
13 | <tr> |
|
13 | <tr> | |
14 | <td valign="top"> |
|
14 | <td valign="top"> | |
15 | <ul> |
|
15 | <ul> | |
16 | <li><a href="demos-chartthemes.html">Chart themes</a></li> |
|
16 | <li><a href="demos-chartthemes.html">Chart themes</a></li> | |
17 | <li><a href="demos-piechartcustomization.html">Pie chart customization</a></li> |
|
17 | <li><a href="demos-piechartcustomization.html">Pie chart customization</a></li> | |
|
18 | <li><a href="demos-dynamicspline.html">Dynamic spline chart</a></li> | |||
18 | </ul> |
|
19 | </ul> | |
19 | </td> |
|
20 | </td> | |
20 | </tr> |
|
21 | </tr> | |
21 | </table> |
|
22 | </table> | |
22 | \endraw |
|
23 | \endraw | |
23 | */ |
|
24 | */ |
@@ -1,37 +1,36 | |||||
1 | /*! |
|
1 | /*! | |
2 | \page examples.html |
|
2 | \page examples.html | |
3 | \title Examples |
|
3 | \title Examples | |
4 | \keyword Examples |
|
4 | \keyword Examples | |
5 |
|
5 | |||
6 | \raw HTML |
|
6 | \raw HTML | |
7 | <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable"> |
|
7 | <table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable"> | |
8 | <tr> |
|
8 | <tr> | |
9 | <th class="titleheader" width="33%"> |
|
9 | <th class="titleheader" width="33%"> | |
10 | List of examples |
|
10 | List of examples | |
11 | </th> |
|
11 | </th> | |
12 | </tr> |
|
12 | </tr> | |
13 | <tr> |
|
13 | <tr> | |
14 | <td valign="top"> |
|
14 | <td valign="top"> | |
15 | <ul> |
|
15 | <ul> | |
16 | <li><a href="examples-areachart.html">Area chart</a></li> |
|
16 | <li><a href="examples-areachart.html">Area chart</a></li> | |
17 | <li><a href="examples-barchart.html">Bar chart</a></li> |
|
17 | <li><a href="examples-barchart.html">Bar chart</a></li> | |
18 | <li><a href="examples-customchart.html">Custom chart</a></li> |
|
18 | <li><a href="examples-customchart.html">Custom chart</a></li> | |
19 | <li><a href="examples-ekgchart.html">EKG chart</a></li> |
|
|||
20 | <li><a href="examples-linechart.html">Line chart</a></li> |
|
19 | <li><a href="examples-linechart.html">Line chart</a></li> | |
21 | <li><a href="examples-modeldata.html">Model data</a></li> |
|
20 | <li><a href="examples-modeldata.html">Model data</a></li> | |
22 | <li><a href="examples-percentbarchart.html">Percent bar chart</a></li> |
|
21 | <li><a href="examples-percentbarchart.html">Percent bar chart</a></li> | |
23 | <li><a href="examples-piechart.html">Pie chart</a></li> |
|
22 | <li><a href="examples-piechart.html">Pie chart</a></li> | |
24 | <li><a href="examples-piechartdrilldown.html">Pie chart drilldown</a></li> |
|
23 | <li><a href="examples-piechartdrilldown.html">Pie chart drilldown</a></li> | |
25 | <li><a href="examples-presenterchart.html">Presenter chart</a></li> |
|
24 | <li><a href="examples-presenterchart.html">Presenter chart</a></li> | |
26 | <li><a href="examples-scatterchart.html">Scatter chart</a></li> |
|
25 | <li><a href="examples-scatterchart.html">Scatter chart</a></li> | |
27 | <li><a href="examples-scatterinteractions.html">Scatter interactions</a></li> |
|
26 | <li><a href="examples-scatterinteractions.html">Scatter interactions</a></li> | |
28 | <li><a href="examples-splinechart.html">Spline chart</a></li> |
|
27 | <li><a href="examples-splinechart.html">Spline chart</a></li> | |
29 | <li><a href="examples-stackedbarchart.html">Stacked bar chart</a></li> |
|
28 | <li><a href="examples-stackedbarchart.html">Stacked bar chart</a></li> | |
30 | <li><a href="examples-stackedbarchartdrilldown.html">Stacked bar chart drilldown</a></li> |
|
29 | <li><a href="examples-stackedbarchartdrilldown.html">Stacked bar chart drilldown</a></li> | |
31 | <li><a href="examples-zoomlinechart.html">Zoom line</a></li> |
|
30 | <li><a href="examples-zoomlinechart.html">Zoom line</a></li> | |
32 | </ul> |
|
31 | </ul> | |
33 | </td> |
|
32 | </td> | |
34 | </tr> |
|
33 | </tr> | |
35 | </table> |
|
34 | </table> | |
36 | \endraw |
|
35 | \endraw | |
37 | */ |
|
36 | */ |
@@ -1,26 +1,25 | |||||
1 | TEMPLATE = subdirs |
|
1 | TEMPLATE = subdirs | |
2 | SUBDIRS += \ |
|
2 | SUBDIRS += \ | |
3 | areachart \ |
|
3 | areachart \ | |
4 | barchart \ |
|
4 | barchart \ | |
5 | customchart \ |
|
5 | customchart \ | |
6 | dynamicspline \ |
|
|||
7 | linechart \ |
|
6 | linechart \ | |
8 | percentbarchart \ |
|
7 | percentbarchart \ | |
9 | piechart \ |
|
8 | piechart \ | |
10 | piechartdrilldown \ |
|
9 | piechartdrilldown \ | |
11 | presenterchart \ |
|
10 | presenterchart \ | |
12 | scatterchart \ |
|
11 | scatterchart \ | |
13 | scatterinteractions \ |
|
12 | scatterinteractions \ | |
14 | splinechart \ |
|
13 | splinechart \ | |
15 | stackedbarchart \ |
|
14 | stackedbarchart \ | |
16 | stackedbarchartdrilldown \ |
|
15 | stackedbarchartdrilldown \ | |
17 | zoomlinechart \ |
|
16 | zoomlinechart \ | |
18 | modeldata |
|
17 | modeldata | |
19 |
|
18 | |||
20 |
|
19 | |||
21 |
|
20 | |||
22 |
|
21 | |||
23 |
|
22 | |||
24 |
|
23 | |||
25 |
|
24 | |||
26 |
|
25 |
General Comments 0
You need to be logged in to leave comments.
Login now