We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68e50f commit a5d26fcCopy full SHA for a5d26fc
src/controls/qml/Spinner.qml
@@ -1,7 +1,7 @@
1
/****************************************************************************************
2
**
3
** Copyright (C) 2013 Lucien Xu <sfietkonstantin@free.fr>
4
-** Copyright (C) 2023-2025 Chupligin Sergey (NeoChapay) <neochapay@gmail.com>
+** Copyright (C) 2023-2026 Chupligin Sergey (NeoChapay) <neochapay@gmail.com>
5
** All rights reserved.
6
7
** You may use this file under the terms of BSD license as follows:
@@ -72,6 +72,7 @@ Item {
72
to: ""
73
74
SequentialAnimation {
75
+ id: animation
76
PropertyAction { target: animations; property: "running"; value: false }
77
PropertyAnimation {
78
targets: [circle0, circle1, circle2, circle3]
0 commit comments