moment/harmonyqml/SettingsPage.qml

9 lines
120 B
QML
Raw Normal View History

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