moment/harmonyqml/components/pages/Default.qml

9 lines
165 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" as Base
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
}