summaryrefslogtreecommitdiffstats
path: root/doc/src/index.qdoc
blob: 5894388ea8cbda18021f0918cc063db6bb90a47f (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
/*!
    \page index.html
    \keyword About

    \raw HTML
    <div class="qchart">
    <img src="images/qt-logo.png" alt="qt-logo"/>

    <p>
        Qt Charts is a part of Qt addons package. It provides a set of easy to use chart
        components which are available for Qt customers. It uses Qt Graphics View
        Framework, therefore charts can be easily integrated to modern user interfaces. Qt Charts can
        be used as QWidgets, QGraphicsWidget or QML elements. Users can easily create impressive
        graphs by selecting one of the charts themes.
    </p>
    <p>
        Below are a few basic examples of the different chart types. You can find more applications
        from the Examples and Demo sections of the documentation.
    </p>

    <table>
        <tr>
            <td><a href="examples-linechart.html"><img src="images/examples_linechart.png" width="440" alt="linechart" /></a></td>
            <td><a href="examples-areachart.html"><img src="images/examples_areachart.png" width="440" alt="areachart" /></a></td>
        </tr>
        <tr>
            <td><a href="examples-scatterchart.html"><img src="images/examples_scatterchart.png" width="440" alt="scatterchart" /></a></td>
            <td><a href="examples-barchart.html"><img src="images/examples_barchart.png" width="440" alt="barchart" /></a></td>
        </tr>
        <tr>
            <td><a href="examples-horizontalbarchart.html"><img src="images/examples_horizontalbarchart.png" width="440" alt="horizontalbarchart" /></a></td>
            <td><a href="examples-piechart.html"><img src="images/examples_piechart.png" width="440" alt="piechart" /></a></td>
        </tr>
        <tr>
            <td><a href="examples-splinechart.html"><img src="images/examples_splinechart.png" width="440" alt="linechart" /></a></td>
            <td><a href="examples-customchart.html"><img src="images/examples_customchart.png" width="440" alt="customerchart" /></a></td>
        </tr>
        <tr>
        </tr>
    </table>
    </div>
	\endraw
*/