Skip to content

Instantly share code, notes, and snippets.

@0smr
0smr / ProgressCircle.qml
Created May 20, 2021 22:54
qml circular progress bar with gradient
import QtQuick 2.15
import QtGraphicalEffects 1.0 as QGE
import QtQuick.Shapes 1.15 as QQS
Item {
id: control
implicitHeight: 150
implicitWidth: 150