##// END OF EJS Templates
Removed class diagram from docs
Removed class diagram from docs

File last commit:

r1208:2943560d5819
r1360:6d1013cfe000
Show More
index.qdoc
45 lines | 2.4 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
Tero Ahola
Documentation front page
r979 <table>
<tr>
Tero Ahola
Fixed doc front page layout with fixed width images on Windows
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
Documentation front page
r979 </tr>
<tr>
Tero Ahola
Fixed doc front page layout with fixed width images on Windows
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
Documentation front page
r979 </tr>
<tr>
sauimone
Fixed category handling of barcharts. Now the categories can be undefined. Updated documentation.
r1208 <td><a href="examples-groupedbarchart.html"><img src="images/examples_groupedbarchart.png" width="440" alt="groupedbarcchart" /></a></td>
Tero Ahola
Fixed doc front page layout with fixed width images on Windows
r1029 <td><a href="examples-stackedbarchart.html"><img src="images/examples_stackedbarchart.png" width="440" alt="stackedbarchart" /></a></td>
Tero Ahola
Documentation front page
r979 </tr>
<tr>
sauimone
Fixed category handling of barcharts. Now the categories can be undefined. Updated documentation.
r1208 <td><a href="examples-percentbarchart.html"><img src="images/examples_percentbarchart.png" width="440" alt="percentbarcchart" /></a></td>
Tero Ahola
Fixed doc front page layout with fixed width images on Windows
r1029 <td><a href="examples-splinechart.html"><img src="images/examples_splinechart.png" width="440" alt="linechart" /></a></td>
Tero Ahola
Documentation front page
r979 </tr>
<tr>
Tero Ahola
Fixed doc front page layout with fixed width images on Windows
r1029 <td><a href="examples-customchart.html"><img src="images/examples_customchart.png" width="440" alt="customerchart" /></a></td>
sauimone
Fixed category handling of barcharts. Now the categories can be undefined. Updated documentation.
r1208 <td><a href="examples-piechart.html"><img src="images/examples_piechart.png" width="440" alt="piechart" /></a></td>
Tero Ahola
Documentation front page
r979 </tr>
<tr>
Tero Ahola
Fixed doc front page layout with fixed width images on Windows
r1029 <td><a href="demos-chartthemes.html"><img src="images/demo_chartthemes_blue_cerulean.png" width=440 alt="charttheme" /></a></td>
sauimone
Fixed category handling of barcharts. Now the categories can be undefined. Updated documentation.
r1208 <td><a href="examples-zoomlinechart.html"><img src="images/examples_zoomlinechart2.png" width="440" alt="zoomlinechart" /></a></td>
Tero Ahola
Documentation front page
r979 </tr>
</table>
</div>
Tero Ahola
Example on main qdoc page.
r334 \endraw
Tero Ahola
Added All modules page to QDoc
r304 */