DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / quick / qquickpath / data / arc.qml
1234567891011
import QtQuick 2.0 Path { startX: 0; startY: 0 PathArc { x: 100; y: 100 radiusX: 100; radiusY: 100 direction: PathArc.Clockwise } }