Hi,

I have a qml rectangle which opens up on a click event and I can move the window on the screen using mouse click and drag. Now the problem is I can move this qml out of the screen and it wont be visible and I can not close that.
I want to restrict the movement of this qml to the screen area. or I canrestrict the mouse movement out of the screen area.
any idea how to achieve this.

Thanks in advance