moment/harmonyqml/components/Pages/Default.qml

9 lines
152 B
QML

import QtQuick 2.7
import QtQuick.Controls 2.2
import QtQuick.Layouts 1.4
import "../Base"
HNoticeLabel {
text: "Select or add a room to start."
}