aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpath/data/anglearc.qml
Commit message (Collapse)AuthorAgeFilesLines
* Add new PathAngleArc typeMichael Brasser2017-11-071-0/+12
This type allows working with arcs in different ways (based on angles rather than start/end positions) that can be more intuitive for certain use cases (such as a circular progress indicator). [ChangeLog][QtQuick][Path] Add new PathAngleArc type Change-Id: Icbe5fc0450edd9a4d92f9a8d03438842b72a312d Task-number: QTBUG-62684 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>