Last update of the day
This commit is contained in:
@@ -14,30 +14,12 @@ PanelWindow {
|
|||||||
ListModel {
|
ListModel {
|
||||||
id: petModels
|
id: petModels
|
||||||
ListElement {
|
ListElement {
|
||||||
x: 200;
|
|
||||||
y: 200;
|
|
||||||
width: 320;
|
width: 320;
|
||||||
height: 293;
|
height: 293;
|
||||||
clip: false;
|
x: 200;
|
||||||
|
y: 200;
|
||||||
source: "./Gifs/evernight.gif"
|
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 {
|
Repeater {
|
||||||
@@ -47,7 +29,6 @@ PanelWindow {
|
|||||||
height: model.height
|
height: model.height
|
||||||
x: model.x
|
x: model.x
|
||||||
y: model.y
|
y: model.y
|
||||||
clip: model.clip
|
|
||||||
|
|
||||||
AnimatedImage {
|
AnimatedImage {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|||||||
Reference in New Issue
Block a user