import QtQuick 2.12 import QtQuick.Controls 2.5 Page { width: 1280 height: 470 Text { id: helpPlaceholder x: 220 y: 135 width: 840 height: 200 color: "#ffffff" text: qsTr("Tons of useful information goes here") horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter font.pixelSize: 40 } }