Hi.

I’m using a subclass of QWindowsStyle to draw my focus frame, this it done in ‘drawPrimitive’ but now I want the focus frame to slowly fate for black to green using a timer, but can I do this in my style class or do I have to subclass QPushButton, and rewrite the paint event.

Thanks
Panduro - DK.