Translucent QWidget should be clickable cross-os
问题 I'm trying to accomplish the following with a Qt (C++) app, cross OS. Upon running the program a new window pops up, a fullscreen QWidget. Now I want this to be see-through/transparent, so the user won't actually see it. On this 'layer' a user can drag his/her mouse to draw a (red) rectangle to select an area which is - when the mouse is released - taken a screenshot of. The problem: The issue lays in the whole transparent layer thing since this doesn't appear to work well cross OS. Because