add ShortcutPicker

This commit is contained in:
zhuzichu
2023-12-01 18:14:10 +08:00
parent 4f60459166
commit 9a48880e84
15 changed files with 129 additions and 18 deletions

View File

@ -140,7 +140,8 @@ FluExpander{
"FluProgressButton",
"FluLoadingButton",
"FluClip",
"FluNetwork"
"FluNetwork",
"FluShortcutPicker"
];
code = code.replace(/\n/g, "<br>");
code = code.replace(/ /g, "&nbsp;");

View File

@ -150,6 +150,12 @@ FluObject{
url:"qrc:/example/qml/page/T_ColorPicker.qml"
onTap:{ navigationView.push(url) }
}
FluPaneItem{
title:"ShortcutPicker(ToDo)"
menuDelegate: paneItemMenu
url:"qrc:/example/qml/page/T_ShortcutPicker.qml"
onTap:{ navigationView.push(url) }
}
}
FluPaneItemExpander{