@@ -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 | */ |
@@ -15,6 +15,7 | |||||
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> |
@@ -16,7 +16,6 | |||||
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> |
General Comments 0
You need to be logged in to leave comments.
Login now