I have developed application using GraphicsView/Scene architecture.
I have inset window (a small window of size e.g. 150 X 150 ) showing content of GraphicsView's scene.
Now I want that should postion always on Top Right corner of Main window.
How to fix a posotion of inset window ? Even if resize or move Main window the inset window should also get moved.
Please tell me the solution for the same ??
Thanks in advance.