create and delete events

This commit is contained in:
LubuWest 2022-11-15 22:02:09 +01:00
commit 400241ec6a
34 changed files with 1346 additions and 614 deletions

View file

@ -92,13 +92,11 @@ Page {
ListView {
id: conversationView
property string viewtype: "conversation"
//x:3*mm
//y:8*mm
width: conversationList.width//-4*mm
height:conversationList.height-root.fontFactor*osSettings.bigFontSize//-20*mm
height:conversationList.height-2*root.fontFactor*osSettings.bigFontSize//-20*mm
clip: true
spacing: 0
footer: MessageSend{conversation:true}
//footer: MessageSend{conversation:true}
model: conversationModel
delegate: Newsitem{}
}
@ -114,7 +112,7 @@ Page {
Connections{
target:newstab
onConversationChanged:{
function onConversationChanged(){
if(newstab.conversation.length==0){
rootstackView.pop()
} else { conversationBusy.running=false;