This commit is contained in:
zhuzihcu
2023-04-12 11:55:39 +08:00
parent cd984fddf5
commit 5ca1b715f3
7 changed files with 60 additions and 16 deletions

View File

@ -9,7 +9,14 @@ FluObject{
FluPaneItem{
title:"Home"
icon:FluentIcons.Home
// icon:FluentIcons.Home
cusIcon: Image{
anchors.centerIn: parent
source: "qrc:/res/svg/home.svg"
sourceSize: Qt.size(30,30)
width: 18
height: 18
}
onTap:{
navigationView.push("qrc:/T_Home.qml")
}