feat: Improve BusyIndicator

This commit is contained in:
Petr Mironychev
2026-06-08 12:53:37 +02:00
parent bf4307c459
commit 43a30281b6
5 changed files with 83 additions and 9 deletions

View File

@@ -109,7 +109,7 @@ Rectangle {
visible: root.isCompressing
spacing: 6
BusyIndicator {
QoABusyIndicator {
id: compressBusyIndicator
anchors.verticalCenter: parent.verticalCenter
@@ -168,7 +168,7 @@ Rectangle {
width: 15
}
BusyIndicator {
QoABusyIndicator {
id: sendBusyIndicator
anchors.left: parent.left
@@ -177,7 +177,6 @@ Rectangle {
width: 14
height: 14
running: root.isProcessing
visible: root.isProcessing
}
QoAToolTip {