##// END OF EJS Templates
Reformats about page
Michal Klocek -
r336:dd25dfe23960
parent child
Show More
@@ -1,21 +1,29
1 /*!
1 /*!
2 \page index.html
2 \page index.html
3 \title About QCharts
4 \keyword About
3 \keyword About
5
4
6 \raw HTML
5 \raw HTML
7 <div class="qchart">
6 <div class="qchart">
8 <img src="images/qt_commercial_logo.png" alt="qtcommercial"/>
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.
9 <p>
11 It uses Qt Graphics View Framework, therefore charts can be easily integrated 2d modern user interfaces.
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.
12 TODO: Introduction... With QCharts you can easily create impressive graphs of your data in Qt and QtQuick applications...</p>
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 </div>
25 </div>
14 \endraw
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 */
@@ -1,11 +1,24
1 @media screen
1 @media screen
2 {
2 {
3
3
4 .qchart
5 {
6 width: 80%;
7 margin-left: auto;
8 margin-right: auto;
9 margin-top: 50px;
10 }
11
4 .qchart img
12 .qchart img
5 {
13 {
6 float:left;
14 float:left;
7 }
15 }
8
16
17 .qchart table
18 {
19 margin-top: 50px;
20 }
21
9 /* basic elements */
22 /* basic elements */
10 html
23 html
11 {
24 {
General Comments 0
You need to be logged in to leave comments. Login now