initial commit

This commit is contained in:
ikatono
2025-09-23 09:57:16 -05:00
commit 4435393177
6 changed files with 189 additions and 0 deletions

8
Main.qml Normal file
View File

@@ -0,0 +1,8 @@
import QtQuick
Window {
width: 640
height: 480
visible: true
title: qsTr("Hello World")
}