##// 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
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 */