9 lines
165 B
QML
9 lines
165 B
QML
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."
|
|
}
|