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
+11
View File
@@ -0,0 +1,11 @@
import QtQuick 2.0
import Sailfish.Silica 1.0
import "pages"
ApplicationWindow {
property url thumbnail: ""
initialPage: Component { VolumIo { } }
cover: Qt.resolvedUrl("cover/CoverPage.qml")
allowedOrientations: Orientation.All
}