New WIP image provider.

This commit is contained in:
Black Hat
2019-01-04 20:17:26 +08:00
parent ec43131a10
commit c46d38e38e
13 changed files with 135 additions and 104 deletions

View File

@@ -47,7 +47,7 @@ ColumnLayout {
visible: avatarVisible
hint: author.displayName
source: author.avatarUrl
source: author.avatarMediaId
}
Label {
@@ -146,7 +146,7 @@ ColumnLayout {
Layout.preferredHeight: 36
Layout.alignment: Qt.AlignTop
source: replyAuthor ? replyAuthor.avatarUrl : ""
source: replyAuthor ? replyAuthor.avatarMediaId : ""
hint: replyAuthor ? replyAuthor.displayName : "H"
}