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