mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-27 04:11:43 -08:00
7 lines
124 B
QML
7 lines
124 B
QML
import QtQuick 2.0
|
|
import EQL5 1.0
|
|
|
|
NumberAnimation {
|
|
onRunningChanged: Lisp.call("qsoko:animation-change", running)
|
|
}
|
|
|