forked from lubuwest/Friendiqa
create and delete events
This commit is contained in:
parent
27cd83db3c
commit
400241ec6a
34 changed files with 1346 additions and 614 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue