Inital commit of the Komplex Hub

This commit is contained in:
Digital Artifex
2026-06-02 15:11:36 -04:00
commit 15a625008e
2911 changed files with 655555 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
import QtQuick
import KomplexHub
Window {
visible: true
flags: Qt.Window
title: "KomplexHub"
MainScreen {
antialiasing: true
id: mainScreen
anchors.fill: parent
}
}