moment/harmonyqml/HomePage.qml
2019-03-21 23:28:14 -04:00

9 lines
128 B
QML

import QtQuick 2.7
Rectangle {
PlainLabel {
anchors.centerIn: parent
text: "Placeholder home page"
}
}