moment/harmonyqml/AddRoomPage.qml

9 lines
120 B
QML

import QtQuick 2.7
Rectangle {
PlainLabel {
anchors.centerIn: parent
text: "Add room page"
}
}