##// END OF EJS Templates
Remove buttons from legendmarkers example image
Remove buttons from legendmarkers example image

File last commit:

r2442:7fe25bf61dfb
r2449:37ee711f8e2d
Show More
examples.qdoc
138 lines | 7.0 KiB | text/plain | TextLexer
Michal Klocek
Refactor documentation...
r330 /*!
\page examples.html
Miikka Heikkinen
Added qhp subprojects to generate useful entries in assistant contents...
r2420 \title QtCommercial Charts Examples
Michal Klocek
Refactor documentation...
r330 \keyword Examples
\raw HTML
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <div class="qchart">
Tero Ahola
Fancified also the examples page in docs
r2038 <table>
<tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="examples-areachart.html">Area Chart</a></td>
<td><a href="examples-barchart.html">Bar Chart</a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
<tr>
<td><a href="examples-areachart.html"><img src="images/examples_areachart.png" width="300" alt="Area Chart" /></a></td>
<td><a href="examples-barchart.html"><img src="images/examples_barchart.png" width="300" alt="Bar Chart" /></a></td>
</tr>
<tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="examples-barmodelmapper.html">Bar Chart from Model</a></td>
<td><a href="examples-customchart.html">Custom Chart</a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
<tr>
<td><a href="examples-barmodelmapper.html"><img src="images/examples_barmodelmapper.png" width="300" alt="Bar Chart from Model" /></a></td>
<td><a href="examples-customchart.html"><img src="images/examples_customchart.png" width="300" alt="Custom Chart" /></a></td>
</tr>
<tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="examples-datetimeaxis.html">DateTimeAxis Example</a></td>
<td><a href="examples-donutbreakdown.html">Donut Breakdown Chart</a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
<tr>
<td><a href="examples-datetimeaxis.html"><img src="images/examples_datetimeaxis.png" width="300" alt="DateTimeAxis Example" /></a></td>
<td><a href="examples-donutbreakdown.html"><img src="images/examples_donutbreakdown.png" width="300" alt="Donut Breakdown Chart" /></a></td>
</tr>
<tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="examples-donutchart.html">Donut Chart</a></td>
<td><a href="examples-horizontalbarchart.html">Horizontal Bar Chart</a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
<tr>
<td><a href="examples-donutchart.html"><img src="images/examples_donutchart.png" width="300" alt="Donut Chart" /></a></td>
<td><a href="examples-horizontalbarchart.html"><img src="images/examples_horizontalbarchart.png" width="300" alt="Horizontal Bar Chart" /></a></td>
</tr>
<tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="examples-horizontalpercentbarchart.html">Horizontal Percent Bar Chart</a></td>
<td><a href="examples-horizontalstackedbarchart.html">Horizontal Stacked Bar Chart</a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
<tr>
Tero Ahola
Fixed a documentation bug in examples page
r2039 <td><a href="examples-horizontalpercentbarchart.html"><img src="images/examples_horizontalpercentbarchart.png" width="300" alt="Horizontal Percent Bar Chart" /></a></td>
<td><a href="examples-horizontalstackedbarchart.html"><img src="images/examples_horizontalstackedbarchart.png" width="300" alt="Horizontal Stacked Bar Chart" /></a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
<tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="examples-legend.html">Legend</a></td>
Tero Ahola
Updated Legend/Marker documentation
r2240 <td><a href="examples-legendmarkers.html">Legend Markers</a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
<tr>
<td><a href="examples-legend.html"><img src="images/examples_legend_detach.png" width="300" alt="Legend" /></a></td>
Tero Ahola
Updated Legend/Marker documentation
r2240 <td><a href="examples-legendmarkers.html"><img src="images/examples_legendmarkers.png" width="300" alt="Legend Markers" /></a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
<tr>
Tero Ahola
Updated Legend/Marker documentation
r2240 <td><a href="examples-lineandbar.html">Line and Barchart</a></td>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="examples-linechart.html">Line Chart</a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
<tr>
Tero Ahola
Updated Legend/Marker documentation
r2240 <td><a href="examples-lineandbar.html"><img src="images/examples_lineandbar.png" width="300" alt="Line and Barchart" /></a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 <td><a href="examples-linechart.html"><img src="images/examples_linechart.png" width="300" alt="Line Chart" /></a></td>
</tr>
<tr>
Miikka Heikkinen
Fix trivial problems with examples and docs
r2442 <td><a href="examples-logvalueaxis.html">Logarithmic axis</a></td>
Tero Ahola
Updated Legend/Marker documentation
r2240 <td><a href="examples-modeldata.html">Model Data</a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
<tr>
Marek Rosa
logvalueaxis and multiaxis examples documented
r2374 <td><a href="examples-logvalueaxis.html"><img src="images/examples_logvalueaxis.png" width="300" alt="Logarythmix axis" /></a></td>
Tero Ahola
Updated Legend/Marker documentation
r2240 <td><a href="examples-modeldata.html"><img src="images/examples_modeldata.png" width="300" alt="Model Data" /></a></td>
Marek Rosa
logvalueaxis and multiaxis examples documented
r2374 </tr>
<tr>
<td><a href="examples-multiaxis.html">Multiple axes</a></td>
<td><a href="examples-percentbarchart.html">Percent Bar Chart</a></td>
</tr>
<tr>
<td><a href="examples-multiaxis.html"><img src="images/examples_multiaxis.png" width="300" alt="Multiple axes" /></a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 <td><a href="examples-percentbarchart.html"><img src="images/examples_percentbarchart.png" width="300" alt="Percent Bar Chart" /></a></td>
</tr>
<tr>
Tero Ahola
Updated Legend/Marker documentation
r2240 <td><a href="examples-piechart.html">Pie Chart</a></td>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="examples-piechartdrilldown.html">Pie Chart Drilldown</a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
<tr>
Tero Ahola
Updated Legend/Marker documentation
r2240 <td><a href="examples-piechart.html"><img src="images/examples_piechart.png" width="300" alt="Pie Chart" /></a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 <td><a href="examples-piechartdrilldown.html"><img src="images/examples_piechartdrill2.png" width="300" alt="Pie Chart Drilldown" /></a></td>
</tr>
<tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="examples-scatterchart.html">Scatter chart</a></td>
Marek Rosa
Removed presenterchart from docs
r2366 <td><a href="examples-scatterinteractions.html">Scatter Interactions</a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
<tr>
<td><a href="examples-scatterchart.html"><img src="images/examples_scatterchart.png" width="300" alt="Scatter chart" /></a></td>
Marek Rosa
Removed presenterchart from docs
r2366 <td><a href="examples-scatterinteractions.html"><img src="images/examples_scatterinteractions.png" width="300" alt="Scatter Interactions" /></a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
<tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="examples-splinechart.html">Spline Chart</a></td>
Marek Rosa
Removed presenterchart from docs
r2366 <td><a href="examples-stackedbarchart.html">Stacked Bar Chart</a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
<tr>
<td><a href="examples-splinechart.html"><img src="images/examples_splinechart.png" width="300" alt="Spline Chart" /></a></td>
Marek Rosa
Removed presenterchart from docs
r2366 <td><a href="examples-stackedbarchart.html"><img src="images/examples_stackedbarchart.png" width="300" alt="Stacked Bar Chart" /></a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
<tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="examples-stackedbarchartdrilldown.html">Stacked Bar Chart Drilldown</a></td>
Marek Rosa
Removed presenterchart from docs
r2366 <td><a href="examples-temperaturerecords.html">Temperature Records</a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
Marek Rosa
Removed presenterchart from docs
r2366 <tr>
Tero Ahola
Fancified also the examples page in docs
r2038 <td><a href="examples-stackedbarchartdrilldown.html"><img src="images/examples_stackedbarchartdrilldown1.png" width="300" alt="Stacked Bar Chart Drilldown" /></a></td>
Marek Rosa
Removed presenterchart from docs
r2366 <td><a href="examples-temperaturerecords.html"><img src="images/examples_temperaturerecords.png" width="300" alt="Temperature Records" /></a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
Marek Rosa
Removed presenterchart from docs
r2366 <tr>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="examples-zoomlinechart.html">Zoom Line</a></td>
Tero Ahola
Fancified also the examples page in docs
r2038 </tr>
Marek Rosa
Removed presenterchart from docs
r2366 <tr>
Tero Ahola
Fancified also the examples page in docs
r2038 <td><a href="examples-zoomlinechart.html"><img src="images/examples_zoomlinechart1.png" width="300" alt="Zoom Line" /></a></td>
</tr>
</table>
</div>
Michal Klocek
Refactor documentation...
r330 \endraw
Tero Ahola
Fancified also the examples page in docs
r2038
Michal Klocek
Refactor documentation...
r330 */