This commit is contained in:
朱子楚\zhuzi
2023-03-20 21:28:12 +08:00
parent e29cb7433e
commit b83e70ba24
7 changed files with 186 additions and 6 deletions

View File

@ -14,6 +14,11 @@ FluWindow {
title:"ChatGPT"
onInitArgument:
(argument)=>{
scrollview.focus = true
}
ChatController{
id:controller
@ -167,6 +172,7 @@ FluWindow {
ScrollView{
id:scrollview
anchors{
bottom: parent.bottom
left: parent.left
@ -178,6 +184,8 @@ FluWindow {
height: Math.min(textbox.implicitHeight,64)
FluMultiLineTextBox{
id:textbox
focus:true
placeholderText: "请输入消息"
}
}

View File

@ -90,6 +90,13 @@ FluWindow {
}
}
FluPaneItem{
title:"Badge"
onTap:{
nav_view.push("qrc:/T_Badge.qml")
}
}
FluPaneItem{
title:"Rectangle"
onTap:{
@ -97,7 +104,6 @@ FluWindow {
}
}
FluPaneItem{
title:"Carousel"
onTap:{