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 05:18:36 +10:00
|
|
|
import "../Base"
|
2019-04-28 11:07:20 +10:00
|
|
|
|
2019-04-29 05:18:36 +10:00
|
|
|
HNoticeLabel {
|
2019-04-29 01:01:38 +10:00
|
|
|
text: "Select or add a room to start."
|
2019-04-28 11:07:20 +10:00
|
|
|
}
|