HListView component with animations

This commit is contained in:
miruka
2019-05-13 13:15:03 -04:00
parent 4024eee460
commit 2da7214af1
8 changed files with 39 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ HRectangle {
color: HStyle.chat.roomEventList.background
ListView {
HListView {
id: roomEventListView
delegate: RoomEventDelegate {}
model: Backend.roomEvents.get(chatPage.roomId)

View File

@@ -8,7 +8,7 @@ HColumnLayout {
Layout.leftMargin: roomSidePane.collapsed ? 0 : normalSpacing
Layout.rightMargin: Layout.leftMargin
ListView {
HListView {
id: memberList
spacing: parent.Layout.leftMargin