summaryrefslogtreecommitdiff
path: root/Page1Form.ui.qml
blob: 1f822a0c1529c0d088502efb8a337268ee5afdb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.12
import QtQuick.Controls 2.5

Page {
    title: qsTr("Page 1")

    Label {
        text: qsTr("You are on Page 1.")
        anchors.centerIn: parent
    }
}