Port away from BasicListItem

This commit is contained in:
Carl Schwan
2023-09-23 10:45:19 +02:00
committed by Tobias Fella
parent 091c8806db
commit 443661d113
9 changed files with 160 additions and 74 deletions

View File

@@ -52,13 +52,17 @@ Delegates.RoundedItemDelegate {
}
contentItem: RowLayout {
spacing: Kirigami.Units.smallSpacing
Components.Avatar {
Layout.preferredWidth: Kirigami.Units.gridUnit * 2
Layout.preferredHeight: Kirigami.Units.gridUnit * 2
Layout.alignment: Qt.AlignTop
source: root.avatarUrl
name: root.displayName
}
ColumnLayout {
Layout.fillWidth: true
RowLayout {