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