This commit is contained in:
zhuzichu
2023-09-19 18:31:29 +08:00
parent 66ae37a023
commit 7ad8c969da
4 changed files with 233 additions and 51 deletions

View File

@ -102,6 +102,18 @@ FluScrollablePage {
text:"draggable"
checked: true
}
FluButton{
text:"all expand"
onClicked: {
tree_view.allExpand()
}
}
FluButton{
text:"all collapse"
onClicked: {
tree_view.allCollapse()
}
}
}
}
CodeExpander{
@ -119,4 +131,3 @@ FluScrollablePage {
'
}
}