summaryrefslogtreecommitdiff
path: root/FutureForm.ui.qml
blob: 6f6bc19e330bd9761e306ea289d428ce74f3deca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import QtQuick 2.12
import QtQuick.Layouts 1.12
import QtQuick.Controls 2.12
import QtQuick.Controls.Material 2.12

Page {
    title: qsTr("Future task")

    Label {
        text: qsTr("You are back to the future.")
        anchors.centerIn: parent
    }
}