import QtQuick 2.15 Rectangle { radius: 50 color: Qt.lighter("green", 3.0) border.width: 10 border.color: "green" Text { anchors.centerIn: parent text: "

page 2

" } }