Add a custom busy indicator to further align look and feel across platforms.

This commit is contained in:
Adam Treat
2023-05-31 19:28:09 -04:00
parent 48275d0dcc
commit 1370995b92
6 changed files with 72 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ Dialog {
Accessible.description: qsTr("Reveals a shortlived help balloon")
}
BusyIndicator {
MyBusyIndicator {
id: busyIndicator
visible: shouldShowBusy
running: shouldShowBusy