##// 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
demos-quick2chart.qdoc
15 lines | 411 B | text/plain | TextLexer
/ doc / src / demos-quick2chart.qdoc
/*!
\example demos/quick2chart
\title Qt Quick 2 charts demo
\subtitle
\image demos_qmlchart1.png
This is a reimplementation of \l{Qml charts demo} in Qt Quick 2.
The main difference in qml files is importing the correct version of Qt Quick:
\snippet ../demos/quick2chart/qml/quick2chart/View1.qml 2
Additionally, antialiasing is set with the qml property in Qt Quick 2.
*/