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.
However I can't find any related member in QT 4............void QButton::drawButtonLabel ( QPainter * ) [virtual protected]
Can anyone help me with this?
Bookmarks