import QtQuick 2.7 import QtQuick.Controls 2.2 import QtQuick.Layouts 1.4 import "../Base" HNoticeLabel { text: "Select or add a room to start." }