checkpoint
This commit is contained in:
15
qml/Main.qml
Normal file
15
qml/Main.qml
Normal file
@@ -0,0 +1,15 @@
|
||||
import QtQuick
|
||||
import QtQuick.Window
|
||||
import MyApp 1.0
|
||||
|
||||
Window {
|
||||
width: 800
|
||||
height: 600
|
||||
visible: true
|
||||
title: "metabolus"
|
||||
color: "black"
|
||||
|
||||
MainScreen {
|
||||
anchors.fill: parent
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user