From bceb42b605696d408d86fad50ddd8d24c1c3499e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 6 Jan 2019 16:05:55 +0100 Subject: Initial layout --- qml/BinaryFun.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 qml/BinaryFun.qml (limited to 'qml/BinaryFun.qml') diff --git a/qml/BinaryFun.qml b/qml/BinaryFun.qml new file mode 100644 index 0000000..829cf95 --- /dev/null +++ b/qml/BinaryFun.qml @@ -0,0 +1,10 @@ +import QtQuick 2.0 +import Sailfish.Silica 1.0 +import "pages" + +ApplicationWindow +{ + initialPage: Component { FirstPage { } } + cover: Qt.resolvedUrl("cover/CoverPage.qml") + allowedOrientations: defaultAllowedOrientations +} -- cgit v1.2.3