This commit is contained in:
朱子楚\zhuzi
2024-03-09 18:40:32 +08:00
parent 97b9a789b0
commit 86c8d54eea
8 changed files with 29 additions and 19 deletions

View File

@ -64,7 +64,7 @@ FluScrollablePage{
Layout.topMargin: 20
FluButton{
anchors.verticalCenter: parent.verticalCenter
text:"Show Triple Button Dialog"
text: qsTr("Show Triple Button Dialog")
onClicked: {
triple_btn_dialog.open()
}

View File

@ -24,7 +24,7 @@ FluScrollablePage{
ListElement{
icon: "qrc:/example/res/image/favicon.ico"
title: qsTr("FluentUI Initalizr")
desc: qsTr("FluentUI Initializr is a FluentUI tool that helps you create and customize Fluent UI projects with various options.")
desc: qsTr("FluentUI Initializr is a Tool that helps you create and customize Fluent UI projects with various options.")
url: "https://github.com/zhuzichu520/FluentUI"
clicked: function(model){
FluApp.navigate("/fluentInitalizr")

View File

@ -27,7 +27,7 @@ FluScrollablePage{
iconSource: FluentIcons.Zoom
iconSpacing: 3
onTriggered: {
showError("Search")
showError(qsTr("Search"))
}
}
Action {