Last update of the day

This commit is contained in:
2025-10-07 15:25:34 +02:00
parent ead1f66f2a
commit 7b299cf8f3
+2 -21
View File
@@ -14,30 +14,12 @@ PanelWindow {
ListModel {
id: petModels
ListElement {
x: 200;
y: 200;
width: 320;
height: 293;
clip: false;
x: 200;
y: 200;
source: "./Gifs/evernight.gif"
}
// ListElement {
// x: 200;
// y: 250;
// width: 100;
// height: 100;
// clip: false;
// source: "/home/inorishio/Pictures/Gifs/Yukinon-Cat.gif"
// }
// ListElement {
// x: 200;
// y: 300;
// width: 100;
// height: 100;
// clip: false;
// source: "/home/inorishio/Pictures/Gifs/Yukinon-Cat.gif"
// }
}
Repeater {
@@ -47,7 +29,6 @@ PanelWindow {
height: model.height
x: model.x
y: model.y
clip: model.clip
AnimatedImage {
anchors.fill: parent