PDA

View Full Version : Retrieve other windows geometry



Talei
25th January 2011, 23:07
Hello,
I want to retrieve geometry from other open windows (another programs windows) i.e. x, y ,width, height (ideally I would like to retrieve window controls position (x, y, w, h) ). I know that I can do that in OS API way, but I wonder if there is an platform independent / Qt way of handling this problem?

Regards

wysota
25th January 2011, 23:27
Qt doesn't handle any external apps.