Hi! I'm using a library which renders a video over a QLabel. The video is rendered using DirectShow. I noticed that placing something over the video with a transparency acts like no video was rendered. So, transparency is made like if only the QLabel was under it. Any idea why? Any way to make the widget aware that the video is under it so that transparency is real?
Thanks!