@@ -1,21 +1,29 | |||
|
1 | 1 | /*! |
|
2 | 2 | \page index.html |
|
3 | \title About QCharts | |
|
4 | 3 | \keyword About |
|
5 | 4 | |
|
6 | 5 | \raw HTML |
|
7 | 6 | <div class="qchart"> |
|
8 | 7 | <img src="images/qt_commercial_logo.png" alt="qtcommercial"/> |
|
9 | 8 | |
|
10 | <p>QCharts is a part of Qt Commercial addons package. It provides a set of simple chart components which are available for Qt Commercial customers. | |
|
11 | It uses Qt Graphics View Framework, therefore charts can be easily integrated 2d modern user interfaces. | |
|
12 | TODO: Introduction... With QCharts you can easily create impressive graphs of your data in Qt and QtQuick applications...</p> | |
|
9 | <p> | |
|
10 | QCharts is a part of Qt Commercial addons package. It provides a set of simple chart components which are available for Qt Commercial customers. | |
|
11 | It uses Qt Graphics View Framework, therefore charts can be easily integrated 2D modern user interfaces. QCharts can be used as QWidgets, QGraphicsWidget or QML elements. | |
|
12 | Users can easily create impressive graphs by selecting one of the charts themes. | |
|
13 | </p> | |
|
14 | <table><tr> | |
|
15 | <td><img src="images/linechart.png" alt="linechart" /></td> | |
|
16 | <td><img src="images/chartview_example_bar.jpg " alt="barchart" /></td> | |
|
17 | <td><img src="images/chartview_example_pie.jpg " alt="piechart" /></td> | |
|
18 | </tr> | |
|
19 | <tr> | |
|
20 | <td><img src="images/chartview_example.jpg " alt="linechart" /></td> | |
|
21 | <td><img src="images/chartview_example_scatter.jpg " alt="scatterchart" /></td> | |
|
22 | <td><img src="images/chartview_example_theme.jpg " alt="themechart" /></td> | |
|
23 | </tr> | |
|
24 | </table> | |
|
13 | 25 | </div> |
|
14 | 26 | \endraw |
|
15 | 27 | |
|
16 | For example, to create a chart with line series using a widget based application (TODO: decent screen shots): | |
|
17 | ||
|
18 | \snippet ../example/chartview/main.cpp 1 | |
|
19 | \image chartview_example.jpg | |
|
20 | 28 | |
|
21 | 29 | */ |
General Comments 0
You need to be logged in to leave comments.
Login now