I am trying to fade in and fade out a QLabel or for that matter any QWidget subclass. I have tried with QGraphicsEffect, but unfortuna
QLabel
QWidget
QGraphicsEffect
You can put your widgets into a QGraphicsScene. It supports opacity changing and animation.
QGraphicsScene
See QGraphicsProxyWidget documentation for an example.
QGraphicsProxyWidget