Initial commit.
This commit is contained in:
20
qml/main.qml
Normal file
20
qml/main.qml
Normal file
@@ -0,0 +1,20 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
|
||||
import "Menu"
|
||||
|
||||
ApplicationWindow {
|
||||
height: 800
|
||||
title: "CLIDE"
|
||||
visible: true
|
||||
width: 1200
|
||||
|
||||
menuBar: ClideMenuBar {
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: "#1e1f22" // Dark background
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user