Changed Folder gui to GUI
This commit is contained in:
16
Gui/Dashboard.qml
Normal file
16
Gui/Dashboard.qml
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user