##// END OF EJS Templates
barchart: removed mousebuttons from clicked signal. removed selected signal. unified internal signal naming in barset and barseries private
barchart: removed mousebuttons from clicked signal. removed selected signal. unified internal signal naming in barset and barseries private

File last commit:

r983:4dfea05bdd57
r1008:e02fb893688e
Show More
index.qdoc
44 lines | 2.1 KiB | text/plain | TextLexer
/*!
\page index.html
\keyword About
\raw HTML
<div class="qchart">
<img src="images/qt_commercial_logo.png" alt="qtcommercial"/>
<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 2D 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>
<table>
<tr>
<td><a href="examples-linechart.html"><img src="images/examples_linechart.png" alt="linechart" /></a></td>
<td><a href="examples-areachart.html"><img src="images/examples_areachart.png" alt="areachart" /></a></td>
</tr>
<tr>
<td><a href="examples-scatterchart.html"><img src="images/examples_scatterchart.png" alt="scatterchart" /></a></td>
<td><a href="examples-barchart.html"><img src="images/examples_barchart.png" alt="barchart" /></a></td>
</tr>
<tr>
<td><a href="examples-stackedbarchart.html"><img src="images/examples_stackedbarchart.png" alt="stackedbarchart" /></a></td>
<td><a href="examples-percentbarchart.html"><img src="images/examples_percentbarchart.png" alt="percentbarcchart" /></a></td>
</tr>
<tr>
<td><a href="examples-splinechart.html"><img src="images/examples_splinechart.png" alt="linechart" /></a></td>
<td><a href="examples-piechart.html"><img src="images/examples_piechart.png" alt="piechart" /></a></td>
</tr>
<tr>
<td><a href="examples-customchart.html"><img src="images/examples_customchart.png" alt="customerchart" /></a></td>
<td><a href="examples-zoomlinechart.html"><img src="images/examples_zoomlinechart2.png" alt="zoomlinechart" /></a></td>
</tr>
<tr>
<td><a href="demos-chartthemes.html"><img src="images/demo_chartthemes_blue_cerulean.png" width=514 alt="charttheme" /></a></td>
</tr>
</table>
</div>
\endraw
*/