Hi all,

I can animate my QGraphicsProxyWidget with QGraphicsItemAnimation and do all kind of things with QPropertyAnimation.
But, is there a simple solution to make the widget flash two or three times?
I could use QPropertyAnimation with palette but that seems to be too complicated for such a simple task.

Rainer