moment/harmonyqml/components/Pages/Default.qml

9 lines
152 B
QML
Raw Normal View History

2019-04-28 11:07:20 +10:00
import QtQuick 2.7
import QtQuick.Controls 2.2
import QtQuick.Layouts 1.4
import "../Base"
2019-04-28 11:07:20 +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
}