Hi ,
I would like to add blur effect on the text shadow on myPushButton (derived from QPushButton).

How to achieve this..

I have overriden the paintevent of myPushButton to add the shadow effect using QPainter.

Any help..