Changed Folder gui to GUI

This commit is contained in:
2024-11-15 15:41:12 +01:00
parent 167d5ff3fe
commit 9f5e4af741
22 changed files with 25 additions and 17 deletions

16
Gui/Dashboard.qml Normal file
View File

@@ -0,0 +1,16 @@
import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
ColumnLayout
{
anchors.top: TopBar.bottom
Rectangle
{
color: "blue"
Layout.fillHeight: true
Layout.fillWidth: true
Layout.bottomMargin: 9
}
}