PDA

View Full Version : add blur effect to text shadow on a button



ginu
9th August 2012, 03:19
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..