2019-07-21 21:14:16 +10:00
|
|
|
import QtQuick 2.12
|
|
|
|
import QtQuick.Controls 2.12
|
2019-08-28 09:47:58 +10:00
|
|
|
import QtQuick.Shapes 1.12
|
2019-07-21 21:14:16 +10:00
|
|
|
|
2019-11-07 05:29:32 +11:00
|
|
|
HCircleProgressBar {
|
|
|
|
indeterminate: true
|
|
|
|
dialWidth: 2
|
2019-07-24 16:14:34 +10:00
|
|
|
}
|