Problem getting with setGeometry function?
-
Top-level windows always have their geometry relative to the desktop. That seems logical to me, as that is the space they move around in. Any parent-child relationship between separate windows is purely for the benefit of the modalness of the child window.
What do you want to achieve?
-
[quote author="Andre" date="1323755987"]Top-level windows always have their geometry relative to the desktop. That seems logical to me, as that is the space they move around in. Any parent-child relationship between separate windows is purely for the benefit of the modalness of the child window.
What do you want to achieve?[/quote]
I want to display a child window in the client area of parent window and the child window should take
geometry relative to that parent window.