More pets
This commit is contained in:
@@ -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 {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user