修正格式错误。

Signed-off-by: rick.chan <cy@haoan119.com>
This commit is contained in:
rick.chan 2024-08-13 16:03:44 +08:00
parent a8c114b7f5
commit 037955d936
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ Window {
} }
Component.onCompleted: { Component.onCompleted: {
demoText.text = qsTr("DemoText" demoText.text = qsTr("DemoText")
// 加载完成后 demoText 默认获得焦点. // 加载完成后 demoText 默认获得焦点.
demoText.forceActiveFocus() demoText.forceActiveFocus()
} }