Hello,

I have an application which give a window handle to a DLL. The DLL is in charge to add Qt components.

The problem is that I want keep the main application theme, so I would like my QWinWidget have a transparent background. But the transparency do not seems to work, it's displayed in black...

How can I solve this ?

Thanks