neue Ordnerstruktur + GUI erweitert
This commit is contained in:
9
gui/main.qml
Normal file
9
gui/main.qml
Normal file
@@ -0,0 +1,9 @@
|
||||
import QtQuick
|
||||
import QtQuick.Window
|
||||
|
||||
Window {
|
||||
width: 640
|
||||
height: 480
|
||||
visible: true
|
||||
title: qsTr("Hello World")
|
||||
}
|
||||
Reference in New Issue
Block a user