import QtQuick 2.7 import "../base" as Base Rectangle { Base.HLabel { anchors.centerIn: parent text: "Settings page" } }