aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpath/data/anglearc.qml
blob: cbe41c1ac834a36b36ae0c2a4c41b110157cc1b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick 2.11

Path {
    PathAngleArc {
        centerX: 100
        centerY: 100
        radiusX: 50
        radiusY: 50
        startAngle: 45
        sweepAngle: 90
    }
}