harbour-batterybuddy/qml/harbour-batterybuddy.qml

11 lines
229 B
QML
Raw Normal View History

2019-01-05 16:49:35 +03:00
import QtQuick 2.0
import Sailfish.Silica 1.0
import "pages"
ApplicationWindow
{
initialPage: Component { MainPage { } }
2019-01-05 16:49:35 +03:00
cover: Qt.resolvedUrl("cover/CoverPage.qml")
allowedOrientations: defaultAllowedOrientations
}