mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
add Qt6 version of some examples (see below); revisions
'9999', 'advanced-qml-auto-reload', 'planets', 'sokoban'
This commit is contained in:
parent
ca79dec909
commit
dc29ac9084
87 changed files with 963 additions and 74 deletions
6
examples/Qt6/sokoban/qml/ext/SequentialAnimation.qml
Normal file
6
examples/Qt6/sokoban/qml/ext/SequentialAnimation.qml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import QtQuick
|
||||
|
||||
SequentialAnimation {
|
||||
onRunningChanged: Lisp.call("qsoko:animation-change", running)
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue