Can anyone direct me to how to get points interactively from the desktop ? I have tried creating a parentless fullscreen window with setWindowOpacity(0.01), then tracking mouse events while echoing a QRubberBand crosshair or rectangle. This works great on Windows (XP/Vista) but does not work on X11, because the setWindowOpacity has no effect. Basically I need a system which will work on all systems (without the need for X compositing). I just need to get points interactively, and do not have to use transparent windows if there is another way. Any pointers would be greatly appreciated.
Bookmarks