moment/harmonyqml/HomePage.qml

9 lines
116 B
QML
Raw Normal View History

2019-03-22 14:28:14 +11:00
import QtQuick 2.7
Rectangle {
PlainLabel {
anchors.centerIn: parent
text: "Home page"
2019-03-22 14:28:14 +11:00
}
}