This commit is contained in:
朱子楚\zhuzi
2024-03-15 12:19:38 +08:00
parent 2dbbaa50f7
commit 9d5765eafe
6 changed files with 40 additions and 20 deletions

View File

@ -47,7 +47,7 @@ FluScrollablePage{
FluButton{
text: qsTr("InfoBar that needs to be turned off manually")
onClicked: {
showInfo("This is an InfoBar in the Info Style",0,"Manual shutdown is supported")
showInfo(qsTr("This is an InfoBar in the Info Style"),0,qsTr("Manual shutdown is supported"))
}
}
FluButton{