This commit is contained in:
朱子楚\zhuzi
2023-08-22 22:27:05 +08:00
parent 73933842cf
commit 6b92372c59
7 changed files with 60 additions and 19 deletions

View File

@ -16,12 +16,20 @@ FluScrollablePage{
Action { text: qsTr("Open...") }
Action { text: qsTr("Save") }
FluMenuSeparator { }
Action {
FluMenuItem{
text: qsTr("Quit")
onTriggered: {
showError("Quit")
}
}
FluMenuItem{
text: qsTr("Search")
iconSource: FluentIcons.Zoom
iconSpacing: 3
onTriggered: {
showError("Search")
}
}
Action {
text: qsTr("Disable")
enabled:false