aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpath/data/curve.qml
blob: c571186496129788a3f458c291b1d0d819f3a2d5 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

Path {
    startX: 0; startY: 0

    PathCurve { x: 100; y: 50 }
    PathCurve { x: 50; y: 100 }
    PathCurve { x: 100; y: 150 }
}