##// END OF EJS Templates
compile fix. Removed captain obvious documentation from barseries
compile fix. Removed captain obvious documentation from barseries

File last commit:

r358:543ce926fdb7
r359:3948345f91da
Show More
index.qdoc
32 lines | 1.1 KiB | text/plain | TextLexer
Tero Ahola
Added All modules page to QDoc
r304 /*!
Michal Klocek
Fixes All Moudle link...
r315 \page index.html
Michal Klocek
Refactor documentation...
r331 \keyword About
Tero Ahola
Example on main qdoc page.
r334 \raw HTML
Michal Klocek
Refactor documentation...
r331 <div class="qchart">
<img src="images/qt_commercial_logo.png" alt="qtcommercial"/>
Michal Klocek
Remove duplicated class list
r335
Michal Klocek
Reformats about page
r336 <p>
Tero Ahola
Fixing review findings in QScatterSeries
r358 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.
Michal Klocek
Reformats about page
r336 </p>
Tero Ahola
Fixing review findings in QScatterSeries
r358
Michal Klocek
Reformats about page
r336 <table><tr>
<td><img src="images/linechart.png" alt="linechart" /></td>
<td><img src="images/chartview_example_bar.jpg " alt="barchart" /></td>
<td><img src="images/chartview_example_pie.jpg " alt="piechart" /></td>
</tr>
<tr>
<td><img src="images/chartview_example.jpg " alt="linechart" /></td>
<td><img src="images/chartview_example_scatter.jpg " alt="scatterchart" /></td>
<td><img src="images/chartview_example_theme.jpg " alt="themechart" /></td>
</tr>
</table>
Michal Klocek
Refactor documentation...
r331 </div>
Tero Ahola
Example on main qdoc page.
r334 \endraw
Michal Klocek
Reformats about page
r336
Tero Ahola
Added All modules page to QDoc
r304 */