##// END OF EJS Templates
Fix value axis documentation...
Fix value axis documentation QML documentation does not show obsolete properties correctly. Removed the obsolete key and added a deprecated comment. Related typos fixed. Change-Id: I86c862e4f587541df0a08363834ad13efc14e1b4 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2610:66fa88d10640
r2636:25b732239a6d
Show More
index.qdoc
43 lines | 2.0 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
Demo and example doc page layout, reduced amount of items in index page
r2083 \raw HTML
Michal Klocek
Refactor documentation...
r331 <div class="qchart">
Miikka Heikkinen
Add some margin to qt logo in docs...
r2588 <img src="images/qt-logo.png" alt="qt-logo" style="margin:0px 8px"/>
Michal Klocek
Remove duplicated class list
r335
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <p>
Nico Vertriest
Doc: language review of Qt Charts doc...
r2610 Qt Charts is a part of the Qt Enterprise addons package. It provides a set of easy to use chart
components which are available for Qt customers. It uses the Qt Graphics View
Miikka Heikkinen
Fix various documentation issues...
r2582 Framework, therefore charts can be easily integrated to modern user interfaces. Qt Charts can
Nico Vertriest
Doc: language review of Qt Charts doc...
r2610 be used as QWidgets, QGraphicsWidget, or QML elements. Users can easily create impressive
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 graphs by selecting one of the charts themes.
</p>
<p>
Below are a few basic examples of the different chart types. You can find more applications
from the Examples and Demo sections of the documentation.
</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>
Tero Ahola
Demo and example doc page layout, reduced amount of items in index page
r2083 <td><a href="examples-horizontalbarchart.html"><img src="images/examples_horizontalbarchart.png" width="440" alt="horizontalbarchart" /></a></td>
<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="examples-splinechart.html"><img src="images/examples_splinechart.png" width="440" alt="linechart" /></a></td>
sauimone
documentation update
r1618 <td><a href="examples-customchart.html"><img src="images/examples_customchart.png" width="440" alt="customerchart" /></a></td>
Tero Ahola
Documentation front page
r979 </tr>
<tr>
</tr>
</table>
</div>
Tero Ahola
Example on main qdoc page.
r334 \endraw
Tero Ahola
Added All modules page to QDoc
r304 */