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