Initial commit

This commit is contained in:
Niels
2025-06-17 21:25:16 +02:00
commit e7a07a37b5
20 changed files with 900 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
import QtQuick 2.0
import Sailfish.Silica 1.0
CoverBackground {
Image {
source: thumbnail
}
Label {
id: label
anchors.centerIn: parent
text: qsTr("My Cover")
}
}