2019-04-28 11:07:20 +10:00
|
|
|
import QtQuick 2.7
|
|
|
|
import QtQuick.Controls 2.2
|
|
|
|
import QtQuick.Layouts 1.4
|
2019-04-29 02:45:12 +10:00
|
|
|
import "../Base" as Base
|
2019-04-28 11:07:20 +10:00
|
|
|
|
2019-04-29 01:01:38 +10:00
|
|
|
Base.HNoticeLabel {
|
|
|
|
text: "Select or add a room to start."
|
2019-04-28 11:07:20 +10:00
|
|
|
}
|