Rect { radius: 15 pen.color: "black" width: 100 height: 100 id: Page MouseRegion { anchors.fill: parent onClicked: { bluerect.parent = Page; bluerect.x=0 } } }