Remove loading gif

Instead of an external gif, use the BusyIndicator that exists in the ActionButton.
This commit is contained in:
Diego Prado Gesto 2019-01-13 16:58:38 +01:00
parent 801a43c874
commit c11e0cecc8
5 changed files with 11 additions and 13 deletions

View file

@ -130,5 +130,15 @@ Button
height: parent.height
visible: false
RotationAnimator
{
target: busyIndicator.contentItem
running: busyIndicator.visible && busyIndicator.running
from: 0
to: 360
loops: Animation.Infinite
duration: 2500
}
}
}