Add scrollhelper.

This commit is contained in:
Black Hat
2018-10-15 07:26:27 +08:00
parent cc55793e77
commit 9558c75219
6 changed files with 107 additions and 4 deletions

View File

@@ -102,6 +102,7 @@ Rectangle {
spacing: 1
clip: true
interactive: false
model: roomListProxyModel
@@ -136,6 +137,12 @@ Rectangle {
}
RoomContextMenu { id: roomContextMenu }
ScrollHelper {
anchors.fill: parent
flickable: parent
}
}
}
}