Test
Row {
anchors.centerIn: parent
spacing: 10
ProgressCircle {
size: 160
colorCircle: "#0092CC"
colorBackground: "#E6E6E6"
arcBegin: 0
arcEnd: 270
lineWidth: 10
}
ProgressCircle {
size: 160
colorCircle: "#FF3333"
colorBackground: "#E6E6E6"
showBackground: true
arcBegin: 0
arcEnd: 220
}
ProgressCircle {
size: 160
colorCircle: "#779933"
colorBackground: "#E6E6E6"
showBackground: true
isPie: true
arcBegin: 90
arcEnd: 200
}
}