moment/harmonyqml/components/pages/HomePage.qml

10 lines
142 B
QML
Raw Normal View History

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