harbour-sextant/qml/harbour-sextant.qml
Renaud Casenave-Péré e6b27769fa WIP Backup
2025-10-09 09:25:45 +02:00

9 lines
221 B
QML

import QtQuick 2.0
import Sailfish.Silica 1.0
ApplicationWindow
{
initialPage: Qt.resolvedUrl("pages/Files.qml")
cover: Qt.resolvedUrl("cover/CoverPage.qml")
allowedOrientations: defaultAllowedOrientations
}