import QtQuick 2.7 Rectangle { PlainLabel { anchors.centerIn: parent text: "Placeholder home page" } }