This commit is contained in:
zhuzichu
2024-07-10 12:31:09 +08:00
parent 06775a97c7
commit a2faf8479d
7 changed files with 123 additions and 8 deletions

View File

@ -30,4 +30,13 @@ FluObject{
}
}
FluPaneItem{
title:qsTr("FluentUI Pro")
menuDelegate: paneItemMenu
icon: FluentIcons.Airplane
url:"qrc:/example/qml/page/T_FluentPro.qml"
onTap:{
navigationView.push(url)
}
}
}