mirror of
https://github.com/muesli/telephant
synced 2024-11-22 19:33:06 +00:00
98 lines
3.2 KiB
QML
98 lines
3.2 KiB
QML
import QtQuick 2.13
|
|
|
|
ListModel {
|
|
ListElement {
|
|
name: ""
|
|
messageid: ""
|
|
posturl: ""
|
|
author: ""
|
|
authorurl: "http://www.internalexpedite.com/grow/portals/turn-key"
|
|
authorid: ""
|
|
avatar: "https://picsum.photos/263/263"
|
|
body: ""
|
|
createdat: "4 months ago"
|
|
actor: "barneybogan@rempel.io"
|
|
actorname: "Delaney Rempel"
|
|
actorid: "1c85b394-9e92-4886-94a3-0c0ca95a8981"
|
|
reply: false
|
|
replytoid: ""
|
|
replytoauthor: ""
|
|
forward: false
|
|
mention: false
|
|
like: false
|
|
followed: true
|
|
following: false
|
|
followedby: false
|
|
liked: false
|
|
shared: false
|
|
repliescount: 1
|
|
likescount: 2
|
|
sharescount: 3
|
|
warning: ""
|
|
sensitive: false
|
|
}
|
|
|
|
ListElement {
|
|
name: "Ida Jenkins"
|
|
messageid: "e943e8a8-bed3-4e23-a9fd-79dcd8750d09"
|
|
posturl: "http://www.forwardempower.com/portals/facilitate"
|
|
author: "username"
|
|
authorurl: "http://www.dynamicubiquitous.com/web-enabled/deliverables"
|
|
authorid: "08cc5f64-277c-4509-957d-5548938dc434"
|
|
avatar: "https://pbs.twimg.com/profile_images/908139250612363264/m-CkMJbl_400x400.jpg"
|
|
body: "The SQL hard drive is down, hack the optical interface so we can connect the COM bus!"
|
|
createdat: "6 months ago"
|
|
actor: "randallschoen@keebler.info"
|
|
actorname: "Brant Maggio"
|
|
actorid: "c1fcdb89-f7a5-4ab8-8705-e670b19298f3"
|
|
reply: false
|
|
replytoid: ""
|
|
replytoauthor: ""
|
|
forward: false
|
|
mention: false
|
|
like: true
|
|
followed: false
|
|
following: false
|
|
followedby: false
|
|
liked: false
|
|
shared: false
|
|
repliescount: 1
|
|
likescount: 2
|
|
sharescount: 3
|
|
warning: "Don't open this"
|
|
sensitive: true
|
|
}
|
|
|
|
ListElement {
|
|
name: "Ida Jenkins"
|
|
messageid: "73cafc04-26f7-419a-b012-c61640295a8b"
|
|
posturl: "http://www.nationalrevolutionize.net/customized/cross-platform/systems"
|
|
author: "username"
|
|
authorurl: "http://www.dynamicubiquitous.com/web-enabled/deliverables"
|
|
authorid: "08cc5f64-277c-4509-957d-5548938dc434"
|
|
avatar: "https://pbs.twimg.com/profile_images/908139250612363264/m-CkMJbl_400x400.jpg"
|
|
body: "The SMTP alarm is down, calculate the back-end matrix so we can back up the FTP driver!"
|
|
createdat: "8 months ago"
|
|
actor: "brendafritsch@witting.net"
|
|
actorname: "Effie Reichel"
|
|
actorid: "4b2fb645-9f9b-4000-a821-2da502b93acc"
|
|
mediapreview: [ListElement{url: "https://picsum.photos/512/512"}, ListElement{url: "https://picsum.photos/256/256"}]
|
|
mediaurl: [ListElement{url: "https://picsum.photos/512/512"}, ListElement{url: "https://picsum.photos/256/256"}]
|
|
reply: false
|
|
replytoid: ""
|
|
replytoauthor: ""
|
|
forward: true
|
|
mention: false
|
|
like: false
|
|
followed: false
|
|
following: false
|
|
followedby: false
|
|
liked: false
|
|
shared: false
|
|
repliescount: 1
|
|
likescount: 2
|
|
sharescount: 3
|
|
warning: ""
|
|
sensitive: false
|
|
}
|
|
}
|