I am now porting codes from QT3 to QT4
And I found that in QT3, QPushButton has a virtual protected member drawButtonLabel which is inherited from QButton.
void QButton::drawButtonLabel ( QPainter * ) [virtual protected]
However I can't find any related member in QT 4............
Can anyone help me with this?