More pets

This commit is contained in:
2025-11-04 08:02:03 +01:00
parent 9dd1a5430d
commit 4acc1556b2
9 changed files with 85 additions and 554 deletions
+4 -2
View File
@@ -1,12 +1,15 @@
import QtQuick
import QtQuick.Controls
import qs.Modules
Repeater {
id: gifRepeater
required property list<string> gifsList
property int firstWidth
property int lastWidth
model: gifsList
Item {
x: gifRepeater.itemAt(index - 1).x + gifRepeater.itemAt(index - 1).width
y: Screen.height - height
width: gif.width
height: gif.height
AnimatedImage {
@@ -18,4 +21,3 @@ Repeater {
Mouse {}
}
}