##// END OF EJS Templates
Revert "Remove TODOs for 1.2.1 release, revert this after release"...
Revert "Remove TODOs for 1.2.1 release, revert this after release" This reverts commit 9df61547fec62d7a608dd8cd2be94e04ed0f92e3. Release has been done, so bring back the TODOs. Change-Id: I1362a254a7f9c9c2f0b659b72af29638a980a394 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2420:76f8cee69586
r2477:56fd46a39576
Show More
demos.qdoc
76 lines | 3.4 KiB | text/plain | TextLexer
Jani Honkonen
Add demos to docs
r921 /*!
\page demos.html
Miikka Heikkinen
Added qhp subprojects to generate useful entries in assistant contents...
r2420 \title QtCommercial Charts Demos
Jani Honkonen
Add demos to docs
r921 \keyword Demos
\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>
<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>
<td><a href="demos-qmlcustommodel.html">Qml Custom Model</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>
<td><a href="demos-qmlcustommodel.html"><img src="images/demos_qmlcustommodel.png" width="300" alt="Qml Custom Model" /></a></td>
</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>
<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-qmlweather.html"><img src="images/demos_qmlweather.png" width="300" alt="Qml Weather" /></a></td>
Tero Ahola
Demo about creating a custom legend on QML
r2069 <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>
Marek Rosa
Docs update
r2358 <tr>
<td><a href="demos-callout.html">Callout</a></td>
<td><a href="demos-audio.html">Audio</a></td>
</tr>
<tr>
<td><a href="demos-callout.html"><img src="images/demos_callout.png" width="300" alt="Callout" /></a></td>
<td><a href="demos-audio.html"><img src="images/demos_audio.png" width="300" alt="Audio" /></a></td>
</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 */