From e2b3daf3eed53b2eeb743538c72274efee467c34 Mon Sep 17 00:00:00 2001 From: Epicalert Date: Sun, 15 Sep 2024 04:14:23 +0800 Subject: [PATCH] Change window title --- Main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.qml b/Main.qml index d3b2d84..142d106 100644 --- a/Main.qml +++ b/Main.qml @@ -8,7 +8,7 @@ ApplicationWindow { width: 640 height: 480 visible: true - title: qsTr("Hello World") + title: qsTr("TexCrafting") TextureCrafter { id: crafter