Preparation for messageeventmodel.

This commit is contained in:
Black Hat
2018-03-05 19:11:55 +08:00
parent 9b4fa0d8c6
commit fe57008564
6 changed files with 39 additions and 15 deletions

View File

@@ -1,9 +1,12 @@
import QtQuick 2.10
import QtQuick.Controls 2.3
import "qrc:/qml/form"
import Matrique 0.1
Page {
property var roomListModel
property RoomListModel roomListModel
ListForm {
id: roomListForm
@@ -16,5 +19,6 @@ Page {
id: roomForm
anchors.fill: parent
anchors.leftMargin: roomListForm.width
roomIndex: roomListForm.currentIndex
}
}