Hi everybody !

When I apply the setWindowOpacity method to the main window object of my application it works pretty well but not when I apply it to my custom widget, why ?

Both main window and custom widget inherits from QWidget no ? So why is it "effectless" on my widget ?

Shoul I do something specific in the paintEvent method of my widget ?

Thanks in advance.