DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / quick / qquickpath / data / anglearc.qml
123456789101112
import QtQuick 2.11 Path { PathAngleArc { centerX: 100 centerY: 100 radiusX: 50 radiusY: 50 startAngle: 45 sweepAngle: 90 } }