DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src-gles / 5.15.15%2Bdfsg-2 / 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 } }