##// END OF EJS Templates

File last commit:

r326:e247ac25415a
r329:930e4124fe9e merge
Show More
index.qdoc
51 lines | 1.7 KiB | text/plain | TextLexer
Tero Ahola
Added All modules page to QDoc
r304 /*!
Michal Klocek
Fixes All Moudle link...
r315 \page index.html
Tero Ahola
Documentation main page
r326 \title QtCommercial Charts
Michal Klocek
Fixes All Moudle link...
r315 \keyword All Classes
Tero Ahola
Added All modules page to QDoc
r304
Tero Ahola
Documentation main page
r326 TODO: restructure the document
QtCommercial Charts introduction...
For example, to create a chart with line series using a widget based application:
\snippet ../example/chartview/main.cpp 1
\image chartview_example.jpg
Showing a few more series:
\snippet ../example/chartview/main.cpp 3
\image chartview_example_pie.jpg
\snippet ../example/chartview/main.cpp 4
\image chartview_example_scatter.jpg
\snippet ../example/chartview/main.cpp 5
\image chartview_example_bar.jpg
If you need to give a more professional touch to your chart you can switch to one of the
pre-defined themes:
\snippet ../example/chartview/main.cpp 2
\image chartview_example_theme.jpg
Tero Ahola
Added All modules page to QDoc
r304 \raw HTML
<table cellpadding="2" cellspacing="1" border="0" width="100%" class="indextable">
<tr>
<th class="titleheader" width="33%">
Tero Ahola
Documentation main page
r326 List of classes
Tero Ahola
Added All modules page to QDoc
r304 </th>
</tr>
<tr>
<td valign="top">
<ul>
<li><a href="qchart.html">QChart</a></li>
<li><a href="qchartview.html">QChartView</a></li>
Tero Ahola
Documentation main page
r326 <li><a href="qchartseries.html">QChartSeries</a></li>
<li><a href="qlinechartseries.html">QLineChartSeries</a></li>
<li><a href="qpieseries.html">QPieSeries</a></li>
<li><a href="qbarchartseries.html">QBarChartSeries</a></li>
<li><a href="qstackedbarchartseries.html">QStackedBarChartSeries</a></li>
<li><a href="qpercentbarchartseries.html">QPercentBarChartSeries</a></li>
<li><a href="qscatterseries.html">QScatterSeries</a></li>
Tero Ahola
Added All modules page to QDoc
r304 </ul>
</td>
</tr>
</table>
\endraw
Tero Ahola
Documentation main page
r326
Tero Ahola
Added All modules page to QDoc
r304 */