##// END OF EJS Templates
Fix Creator crash when opening Charts project...
Fix Creator crash when opening Charts project There's a problem with Creator parsing the headers defined in Charts src.pro. This will cause the Creator (3.0.0-beta) to crash when trying to open charts.pro. As a workaround the headers are defined using new variables for each function and unsetting the variables after each rotation. Task-number: QTRD-2480 Change-Id: Ia77428dab61fa9fa57ca5501ad27f8c3f514f017 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2639:2ce3423968b5
r2641:614285c5dc95
Show More
demos.qdoc
78 lines | 3.9 KiB | text/plain | TextLexer
Jani Honkonen
Add demos to docs
r921 /*!
\page demos.html
Miikka Heikkinen
Fix various documentation issues...
r2582 \title Qt Charts Demos
Jani Honkonen
Add demos to docs
r921 \keyword Demos
Nico Vertriest
Doc: language review of Qt Charts doc...
r2610
Jani Honkonen
Add demos to docs
r921 \raw HTML
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <div class="qchart">
Tero Ahola
Fancified the demos page of docs
r2037 <table>
Miikka Heikkinen
Add Polar chart support...
r2483 <tr>
<td><a href="demos-audio.html">Audio</a></td>
<td><a href="demos-callout.html">Callout</a></td>
</tr>
<tr>
<td><a href="demos-audio.html"><img src="images/demos_audio.png" width="300" alt="Audio" /></a></td>
<td><a href="demos-callout.html"><img src="images/demos_callout.png" width="300" alt="Callout" /></a></td>
</tr>
Tero Ahola
Fancified the demos page of docs
r2037 <tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="demos-chartthemes.html">Chart Themes</a></td>
<td><a href="demos-dynamicspline.html">Dynamic Spline Chart</a></td>
Tero Ahola
Fancified the demos page of docs
r2037 </tr>
<tr>
<td><a href="demos-chartthemes.html"><img src="images/demo_chartthemes_blue_cerulean.png" width="300" alt="Chart Themes" /></a></td>
<td><a href="demos-dynamicspline.html"><img src="images/demos_dynamicspline2.png" width="300" alt="Dynamic Spline" /></a></td>
</tr>
<tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="demos-nesteddonuts.html">Nested Donuts Chart</a></td>
<td><a href="demos-piechartcustomization.html">Pie Chart Customization</a></td>
Tero Ahola
Fancified the demos page of docs
r2037 </tr>
<tr>
<td><a href="demos-nesteddonuts.html"><img src="images/demos_nesteddonuts.png" width="300" alt="Nested Donuts Chart" /></a></td>
<td><a href="demos-piechartcustomization.html"><img src="images/piechart_customization.png" width="300" alt="Pie Chart Customization" /></a></td>
</tr>
<tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="demos-qmlchart.html">Qml Basic Charts</a></td>
<td><a href="demos-qmlaxes.html">Qml Axes</a></td>
Tero Ahola
Fancified the demos page of docs
r2037 </tr>
<tr>
<td><a href="demos-qmlchart.html"><img src="images/demos_qmlchart1.png" width="300" alt="Qml Basic Charts" /></a></td>
<td><a href="demos-qmlaxes.html"><img src="images/demos_qmlaxes1.png" width="300" alt="Qml Axes" /></a></td>
</tr>
<tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="demos-qmlcustomizations.html">Qml Customizations</a></td>
Titta Heikkala
Remove qmlcustommodel demo...
r2618 <td><a href="demos-qmlcustomlegend.html">Qml Custom Legend</a></td>
Tero Ahola
Fancified the demos page of docs
r2037 </tr>
<tr>
<td><a href="demos-qmlcustomizations.html"><img src="images/demos_qmlcustomizations.png" width="300" alt="Qml Customizations" /></a></td>
Titta Heikkala
Remove qmlcustommodel demo...
r2618 <td><a href="demos-qmlcustomlegend.html"><img src="images/demos-qmlcustomlegend1.png" width="300" alt="Qml Custom Legend" /></a></td>
Tero Ahola
Fancified the demos page of docs
r2037 </tr>
<tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="demos-qmlf1legends.html">Qml F1 Legends</a></td>
<td><a href="demos-qmloscilloscope.html">Qml Oscilloscope</a></td>
Tero Ahola
Fancified the demos page of docs
r2037 </tr>
<tr>
<td><a href="demos-qmlf1legends.html"><img src="images/demos_qmlf1legends.png" width="300" alt="Qml F1 Legends" /></a></td>
<td><a href="demos-qmloscilloscope.html"><img src="images/demos_qmloscilloscope.png" width="300" alt="Qml Oscilloscope" /></a></td>
</tr>
<tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="demos-qmlweather.html">Qml Weather</a></td>
Miikka Heikkinen
Add Polar chart support...
r2483 <td><a href="demos-qmlpolarchart.html">Qml Polar Chart</a></td>
Marek Rosa
Docs update
r2358 </tr>
<tr>
Titta Heikkala
Remove qmlcustommodel demo...
r2618 <td><a href="demos-qmlweather.html"><img src="images/demos_qmlweather.png" width="300" alt="Qml Weather" /></a></td>
Miikka Heikkinen
Add Polar chart support...
r2483 <td><a href="demos-qmlpolarchart.html"><img src="images/demos_qmlpolarchart1.png" width="300" alt="Qml Polar Chart" /></a></td>
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 </tr>
<tr>
Titta Heikkala
Remove qmlcustommodel demo...
r2618 <td><a href="demos-quick2chart.html">Qt Quick 2 Basic Charts</a></td>
Miikka Heikkinen
Fix various documentation issues...
r2582 <td><a href="demos-quick2oscilloscope.html">Qt Quick 2 Oscilloscope</a></td>
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 </tr>
<tr>
Titta Heikkala
Remove qmlcustommodel demo...
r2618 <td><a href="demos-quick2chart.html"><img src="images/demos_qmlchart1.png" width="300" alt="Qt Quick 2 Basic Charts" /></a></td>
Miikka Heikkinen
Fix various documentation issues...
r2582 <td><a href="demos-quick2oscilloscope.html"><img src="images/demos_qmloscilloscope.png" width="300" alt="Qt Quick 2 Oscilloscope" /></a></td>
Marek Rosa
Docs update
r2358 </tr>
Tero Ahola
Fancified the demos page of docs
r2037 </table>
</div>
Jani Honkonen
Add demos to docs
r921 \endraw
Tero Ahola
Fancified the demos page of docs
r2037
Jani Honkonen
Add demos to docs
r921 */