start qt project

This commit is contained in:
talksik
2026-01-09 16:00:47 -08:00
commit 5215938ebe
4 changed files with 71 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import QtQuick
Window {
width: 640
height: 480
visible: true
title: qsTr("Hello World")
}