summaryrefslogtreecommitdiffstats
path: root/doc/src/demos-quick2chart.qdoc
blob: f441bade1ab75ea748c22fde48220e76a4f067f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*!
    \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.
*/