This commit is contained in:
朱子楚\zhuzi
2024-03-09 15:35:48 +08:00
parent 2a03f24941
commit 7c0c4cc451
167 changed files with 7567 additions and 1816 deletions

View File

@ -6,8 +6,8 @@ import "../component"
FluWindow {
id:window
title:"SingleTask"
id: window
title: qsTr("SingleTask")
width: 500
height: 600
fixSize: true
@ -15,7 +15,7 @@ FluWindow {
FluText{
anchors.centerIn: parent
text:"我是一个SingleTask模式的窗口如果我存在我就激活窗口"
text: qsTr("I'm a SingleTask mode window, and if I exist, I activate the window")
}
}