index.qdoc
43 lines
| 2.0 KiB
| text/plain
|
TextLexer
Tero Ahola
|
r304 | /*! | ||
Michal Klocek
|
r315 | \page index.html | ||
Michal Klocek
|
r331 | \keyword About | ||
Tero Ahola
|
r2083 | \raw HTML | ||
Michal Klocek
|
r331 | <div class="qchart"> | ||
Tero Ahola
|
r2083 | <img src="images/qt_commercial_logo.png" alt="qtcommercial"/> | ||
Michal Klocek
|
r335 | |||
Tero Ahola
|
r2083 | <p> | ||
QCharts is a part of Qt Commercial addons package. It provides a set of easy to use chart | ||||
components which are available for Qt Commercial customers. It uses Qt Graphics View | ||||
Framework, therefore charts can be easily integrated to modern user interfaces. QCharts 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> | ||||
Tero Ahola
|
r358 | |||
Tero Ahola
|
r979 | <table> | ||
<tr> | ||||
Tero Ahola
|
r1029 | <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> | ||||
Tero Ahola
|
r979 | </tr> | ||
<tr> | ||||
Tero Ahola
|
r1029 | <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> | ||||
Tero Ahola
|
r979 | </tr> | ||
<tr> | ||||
Tero Ahola
|
r2083 | <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> | ||||
Tero Ahola
|
r979 | </tr> | ||
<tr> | ||||
Tero Ahola
|
r1029 | <td><a href="examples-splinechart.html"><img src="images/examples_splinechart.png" width="440" alt="linechart" /></a></td> | ||
sauimone
|
r1618 | <td><a href="examples-customchart.html"><img src="images/examples_customchart.png" width="440" alt="customerchart" /></a></td> | ||
Tero Ahola
|
r979 | </tr> | ||
<tr> | ||||
</tr> | ||||
</table> | ||||
</div> | ||||
Tero Ahola
|
r334 | \endraw | ||
Tero Ahola
|
r304 | */ | ||