first commit

This commit is contained in:
Zacharias-Brohn
2025-10-07 13:53:18 +02:00
commit 0da7e57a64
13 changed files with 520 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import QtQuick
Text {
text: Time.time
color: "white"
}