mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-01-04 00:02:43 -08:00
6 lines
121 B
QML
6 lines
121 B
QML
import QtQuick 2.2
|
|
import EQL5 1.0
|
|
|
|
ScaleAnimator {
|
|
onRunningChanged: Lisp.call("qsoko:animation-change", running)
|
|
}
|