Restructure project

This commit is contained in:
Dark Steveneq
2025-10-11 02:30:58 +02:00
parent a4dfc5b9bc
commit 6bcee551de
26 changed files with 369 additions and 259 deletions

View File

@@ -0,0 +1,10 @@
import QtQuick 6.8
import QtQuick.Controls 6.8 as QC
QC.ApplicationWindow {
visible: true
background: Rectangle {
color: Colors.background
}
}