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 } }