initial commit to split repos
This commit is contained in:
17
Main.qml
Normal file
17
Main.qml
Normal file
@@ -0,0 +1,17 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtLocation
|
||||
import QtPositioning
|
||||
|
||||
ApplicationWindow {
|
||||
visible: true
|
||||
|
||||
width: Qt.platform.os == "android" ? Screen.width : 360
|
||||
height: Qt.platform.os == "android" ? Screen.height : 640
|
||||
title: "Weather Routes"
|
||||
HomeScreen
|
||||
{
|
||||
id: homeScreen
|
||||
anchors.fill: parent
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user