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

@@ -356,10 +356,9 @@ Rectangle {
smooth: true
mipmap: true
BusyIndicator {
QoABusyIndicator {
anchors.centerIn: parent
running: imageDisplay.status === Image.Loading
visible: running
}
Text {