import QtQuick 2.15 import QtQuick.Controls 2.15 Page { title: qsTr("Home") Label { text: qsTr("You are on the home page.") anchors.centerIn: parent } }