reproducing

This commit is contained in:
talksik
2025-03-22 22:24:00 -07:00
commit 34eb1939e1
6 changed files with 535 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import QtQuick
Window {
width: 640
height: 480
visible: true
title: qsTr("Hello World")
}