Hi,

Im my program, I have a QPushButton button with an Icon and no text. Everything is designed in Qt-Designer. The button is a child of QWidget widgetChild which is a child of a parent QWidget widgetParent.

I can set opacity to widgetParent and all its child widget/buttons/etc with inherit opacity.
But when I set window opacity of the widgetChild, there is no effect at all. Is there a simple way to overide parent opacity for child opacity (not only the background, but containing Icons)?
I do not need to change the opacity of the widgetParent.
What I need help on, is to set opacity/transparency to the widgetChild or button. I have read quit a few posting here on the forum, but most deal with button background, but none seam to help with the Icon in the button.

Eventually I will have 3or4 button in a widget or come other container and all these buttons need to be semi-transparent have semi-opacity. And the need to be in some container, is that at time all buttons will need to be setVesible(false) or setVisible(true).

hope my question and situation is clear.