aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imports/compat/Components/ArcItem.qml3
-rw-r--r--src/imports/compat/Components/designer/ArcItemSpecifics.qml3
2 files changed, 5 insertions, 1 deletions
diff --git a/src/imports/compat/Components/ArcItem.qml b/src/imports/compat/Components/ArcItem.qml
index 870e101..c1a8271 100644
--- a/src/imports/compat/Components/ArcItem.qml
+++ b/src/imports/compat/Components/ArcItem.qml
@@ -37,8 +37,9 @@ Shape {
implicitHeight: 100
// These properties are not supported in Qt Quick Ultralite:
- // gradient, strokeStyle, dashPattern, dashOffset
+ // strokeStyle, dashPattern, dashOffset
+ property alias gradient: path.fillGradient
property alias strokeWidth: path.strokeWidth
property alias strokeColor: path.strokeColor
property alias joinStyle: path.joinStyle
diff --git a/src/imports/compat/Components/designer/ArcItemSpecifics.qml b/src/imports/compat/Components/designer/ArcItemSpecifics.qml
index a027af4..e59a55f 100644
--- a/src/imports/compat/Components/designer/ArcItemSpecifics.qml
+++ b/src/imports/compat/Components/designer/ArcItemSpecifics.qml
@@ -50,6 +50,9 @@ Column {
ColorEditor {
backendValue: backendValues.fillColor
+ supportGradient: true
+ shapeGradients: true
+ mcuGradients: true
}
PropertyLabel {