##// END OF EJS Templates
Move dynamicspline under demos
Jani Honkonen -
r982:7e0bb451a8c0
parent child
Show More
@@ -1,4 +1,5
1 1 TEMPLATE = subdirs
2 2 SUBDIRS += chartthemes \
3 3 piechartcustomization \
4 qmlchart
4 qmlchart \
5 dynamicspline
1 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
@@ -1,6 +1,4
1 !include( ../examples.pri ) {
2 error( "Couldn't find the examples.pri file!" )
3 }
1 !include( ../demos.pri ):error( "Couldn't find the demos.pri file!" )
4 2 TARGET = dynamicspline
5 3 HEADERS += chart.h
6 4 SOURCES += main.cpp chart.cpp
1 NO CONTENT: file renamed from examples/dynamicspline/main.cpp to demos/dynamicspline/main.cpp
@@ -1,7 +1,7
1 1 /*!
2 \example examples/ekgchart
3 \title EKG chart Example
2 \example demos/dynamicspline
3 \title Dynamic spline demo
4 4 \subtitle
5 5
6 The example shows how to simulate a EKG chart.
6 The example shows how to draw dynamic data.
7 7 */
@@ -15,6 +15,7
15 15 <ul>
16 16 <li><a href="demos-chartthemes.html">Chart themes</a></li>
17 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 19 </ul>
19 20 </td>
20 21 </tr>
@@ -16,7 +16,6
16 16 <li><a href="examples-areachart.html">Area chart</a></li>
17 17 <li><a href="examples-barchart.html">Bar chart</a></li>
18 18 <li><a href="examples-customchart.html">Custom chart</a></li>
19 <li><a href="examples-ekgchart.html">EKG chart</a></li>
20 19 <li><a href="examples-linechart.html">Line chart</a></li>
21 20 <li><a href="examples-modeldata.html">Model data</a></li>
22 21 <li><a href="examples-percentbarchart.html">Percent bar chart</a></li>
@@ -3,7 +3,6 SUBDIRS += \
3 3 areachart \
4 4 barchart \
5 5 customchart \
6 dynamicspline \
7 6 linechart \
8 7 percentbarchart \
9 8 piechart \
General Comments 0
You need to be logged in to leave comments. Login now