Hey got a big problem.

Googled now for 4 hours and tryed alot of idears...


My problem is that i want to draw over another application.

last thing whats missing is that only the background of the QWidget is transparent without the childs.


this->setWindowOpacity(0.25);

is "working" but it also makes all other things that i draw onto the frame transperent.


anyone got a way to resolv that problem?