This commit is contained in:
朱子楚\zhuzi
2023-04-07 20:19:18 +08:00
parent f8d717f41b
commit 2084b5afa3
10 changed files with 79 additions and 17 deletions

View File

@ -186,6 +186,10 @@ FluObject{
}
FluPaneItem{
title:"TableView"
image:"qrc:/res/image/control/DataGrid.png"
recentlyAdded:true
order:4
desc:"The TableView control provides a flexible way to display a collection of data in rows and columns"
onTap:{
navigationView.push("qrc:/T_TableView.qml")
}