summaryrefslogtreecommitdiff
path: root/Page2Form.ui.qml
blob: 9081c7c0231d1f73e0040eac01a8932cd26878ab (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 2")

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