@@ -1,43 +1,43 | |||||
1 | /*! |
|
1 | /*! | |
2 | \page index.html |
|
2 | \page index.html | |
3 | \keyword About |
|
3 | \keyword About | |
4 |
|
4 | |||
5 | \raw HTML |
|
5 | \raw HTML | |
6 | <div class="qchart"> |
|
6 | <div class="qchart"> | |
7 | <img src="images/qt-logo.png" alt="qt-logo"/> |
|
7 | <img src="images/qt-logo.png" alt="qt-logo" style="margin:0px 8px"/> | |
8 |
|
8 | |||
9 | <p> |
|
9 | <p> | |
10 | Qt Charts is a part of Qt addons package. It provides a set of easy to use chart |
|
10 | Qt Charts is a part of Qt addons package. It provides a set of easy to use chart | |
11 | components which are available for Qt customers. It uses Qt Graphics View |
|
11 | components which are available for Qt customers. It uses Qt Graphics View | |
12 | Framework, therefore charts can be easily integrated to modern user interfaces. Qt Charts can |
|
12 | Framework, therefore charts can be easily integrated to modern user interfaces. Qt Charts can | |
13 | be used as QWidgets, QGraphicsWidget or QML elements. Users can easily create impressive |
|
13 | be used as QWidgets, QGraphicsWidget or QML elements. Users can easily create impressive | |
14 | graphs by selecting one of the charts themes. |
|
14 | graphs by selecting one of the charts themes. | |
15 | </p> |
|
15 | </p> | |
16 | <p> |
|
16 | <p> | |
17 | Below are a few basic examples of the different chart types. You can find more applications |
|
17 | Below are a few basic examples of the different chart types. You can find more applications | |
18 | from the Examples and Demo sections of the documentation. |
|
18 | from the Examples and Demo sections of the documentation. | |
19 | </p> |
|
19 | </p> | |
20 |
|
20 | |||
21 | <table> |
|
21 | <table> | |
22 | <tr> |
|
22 | <tr> | |
23 | <td><a href="examples-linechart.html"><img src="images/examples_linechart.png" width="440" alt="linechart" /></a></td> |
|
23 | <td><a href="examples-linechart.html"><img src="images/examples_linechart.png" width="440" alt="linechart" /></a></td> | |
24 | <td><a href="examples-areachart.html"><img src="images/examples_areachart.png" width="440" alt="areachart" /></a></td> |
|
24 | <td><a href="examples-areachart.html"><img src="images/examples_areachart.png" width="440" alt="areachart" /></a></td> | |
25 | </tr> |
|
25 | </tr> | |
26 | <tr> |
|
26 | <tr> | |
27 | <td><a href="examples-scatterchart.html"><img src="images/examples_scatterchart.png" width="440" alt="scatterchart" /></a></td> |
|
27 | <td><a href="examples-scatterchart.html"><img src="images/examples_scatterchart.png" width="440" alt="scatterchart" /></a></td> | |
28 | <td><a href="examples-barchart.html"><img src="images/examples_barchart.png" width="440" alt="barchart" /></a></td> |
|
28 | <td><a href="examples-barchart.html"><img src="images/examples_barchart.png" width="440" alt="barchart" /></a></td> | |
29 | </tr> |
|
29 | </tr> | |
30 | <tr> |
|
30 | <tr> | |
31 | <td><a href="examples-horizontalbarchart.html"><img src="images/examples_horizontalbarchart.png" width="440" alt="horizontalbarchart" /></a></td> |
|
31 | <td><a href="examples-horizontalbarchart.html"><img src="images/examples_horizontalbarchart.png" width="440" alt="horizontalbarchart" /></a></td> | |
32 | <td><a href="examples-piechart.html"><img src="images/examples_piechart.png" width="440" alt="piechart" /></a></td> |
|
32 | <td><a href="examples-piechart.html"><img src="images/examples_piechart.png" width="440" alt="piechart" /></a></td> | |
33 | </tr> |
|
33 | </tr> | |
34 | <tr> |
|
34 | <tr> | |
35 | <td><a href="examples-splinechart.html"><img src="images/examples_splinechart.png" width="440" alt="linechart" /></a></td> |
|
35 | <td><a href="examples-splinechart.html"><img src="images/examples_splinechart.png" width="440" alt="linechart" /></a></td> | |
36 | <td><a href="examples-customchart.html"><img src="images/examples_customchart.png" width="440" alt="customerchart" /></a></td> |
|
36 | <td><a href="examples-customchart.html"><img src="images/examples_customchart.png" width="440" alt="customerchart" /></a></td> | |
37 | </tr> |
|
37 | </tr> | |
38 | <tr> |
|
38 | <tr> | |
39 | </tr> |
|
39 | </tr> | |
40 | </table> |
|
40 | </table> | |
41 | </div> |
|
41 | </div> | |
42 | \endraw |
|
42 | \endraw | |
43 | */ |
|
43 | */ |
General Comments 0
You need to be logged in to leave comments.
Login now