Use QToolButton instead of QPushButton.
Use QToolButton instead of QPushButton.
Any other way of achieving this using push button itself ?
Sure, subclass QPushButton and override the paintEvent() to do whatever you want to paint the widget. You will almost certainly find the QToolButton easier to use.
Bookmarks