This commit is contained in:
zhuzihcu
2023-03-29 18:10:34 +08:00
parent 76ed63eaf0
commit ff4ec71379
105 changed files with 355 additions and 17 deletions

View File

@ -49,6 +49,13 @@ FluWindow {
}
}
FluPaneItem{
title:"CheckBox"
onTap:{
nav_view.push("qrc:/T_CheckBox.qml")
}
}
FluPaneItem{
title:"ToggleSwitch"
onTap:{
@ -259,5 +266,9 @@ FluWindow {
}
}
function startPageByTitle(title){
console.debug(title)
nav_view.startPageByTitle(title)
}
}