The QAbstractButton class, part of the Qt framework, is the abstract base class of button widgets, providing functionality common to buttons.
QAbstractButton is a Qt framework class which implements an abstract button. Subclasses of the class handle user actions, and specify how the button is drawn.