neue Ordnerstruktur + GUI erweitert

This commit is contained in:
2024-10-25 13:24:15 +02:00
parent 50dcc8df37
commit 0e212e7058
7 changed files with 600 additions and 125 deletions

9
gui/main.qml Normal file
View File

@@ -0,0 +1,9 @@
import QtQuick
import QtQuick.Window
Window {
width: 640
height: 480
visible: true
title: qsTr("Hello World")
}