Просмотр исходного кода

Animate the sync icon

CURA-7290
Nino van Hooff 4 лет назад
Родитель
Сommit
42f5456ed4
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      resources/qml/Account/UserOperations.qml

+ 9 - 0
resources/qml/Account/UserOperations.qml

@@ -45,6 +45,15 @@ Column
             source: UM.Theme.getIcon("update")
             color: palette.text
 
+            RotationAnimator
+            {
+                from: 0;
+                to: 360;
+                duration: 1500
+                loops: Animation.Infinite
+                running: false
+            }
+
         }
 
         Label