summaryrefslogtreecommitdiffstats
path: root/doc/src/demos.qdoc
blob: 953fea9476a1c890e240cbe4a772bdac3712aed3 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/*!
    \page demos.html
    \title Demos
    \keyword Demos
    
    \raw HTML
    <div class="demos">
    <table>
        <tr>

            <td align="center"><a href="demos-chartthemes.html">Chart Themes</a></td>
            <td align="center"><a href="demos-dynamicspline.html">Dynamic Spline Chart</a></td>
        </tr>
        <tr>
            <td><a href="demos-chartthemes.html"><img src="images/demo_chartthemes_blue_cerulean.png" width="300" alt="Chart Themes" /></a></td>
            <td><a href="demos-dynamicspline.html"><img src="images/demos_dynamicspline2.png" width="300" alt="Dynamic Spline" /></a></td>
        </tr>

        <tr>
            <td align="center"><a href="demos-nesteddonuts.html">Nested Donuts Chart</a></td>
            <td align="center"><a href="demos-piechartcustomization.html">Pie Chart Customization</a></td>
        </tr>
        <tr>
            <td><a href="demos-nesteddonuts.html"><img src="images/demos_nesteddonuts.png" width="300" alt="Nested Donuts Chart" /></a></td>
            <td><a href="demos-piechartcustomization.html"><img src="images/piechart_customization.png" width="300" alt="Pie Chart Customization" /></a></td>
        </tr>

        <tr>
            <td align="center"><a href="demos-qmlchart.html">Qml Basic Charts</a></td>
            <td align="center"><a href="demos-qmlaxes.html">Qml Axes</a></td>
        </tr>
        <tr>
            <td><a href="demos-qmlchart.html"><img src="images/demos_qmlchart1.png" width="300" alt="Qml Basic Charts" /></a></td>
            <td><a href="demos-qmlaxes.html"><img src="images/demos_qmlaxes1.png" width="300" alt="Qml Axes" /></a></td>
        </tr>

        <tr>
            <td align="center"><a href="demos-qmlcustomizations.html">Qml Customizations</a></td>
            <td align="center"><a href="demos-qmlcustommodel.html">Qml Custom Model</a></td>
        </tr>
        <tr>
            <td><a href="demos-qmlcustomizations.html"><img src="images/demos_qmlcustomizations.png" width="300" alt="Qml Customizations" /></a></td>
            <td><a href="demos-qmlcustommodel.html"><img src="images/demos_qmlcustommodel.png" width="300" alt="Qml Custom Model" /></a></td>
        </tr>

        <tr>
            <td align="center"><a href="demos-qmlf1legends.html">Qml F1 Legends</a></td>
            <td align="center"><a href="demos-qmloscilloscope.html">Qml Oscilloscope</a></td>
        </tr>
        <tr>
            <td><a href="demos-qmlf1legends.html"><img src="images/demos_qmlf1legends.png" width="300" alt="Qml F1 Legends" /></a></td>
            <td><a href="demos-qmloscilloscope.html"><img src="images/demos_qmloscilloscope.png" width="300" alt="Qml Oscilloscope" /></a></td>
        </tr>

        <tr>
            <td align="center"><a href="demos-qmlweather.html">Qml Weather</a></td>
        </tr>
        <tr>
            <td><a href="demos-qmlweather.html"><img src="images/demos_qmlweather.png" width="300" alt="Qml Weather" /></a></td>
        </tr>

    </table>
    </div>
    \endraw

*/