Yes, it is drawn using a paintEvent() (as are all QWidget-based classes), but no, as far as I know it is drawn using platform-specific QStyle ControlElement and SubElement types because it is not based on QGraphicsItem.So a standard QPushButton is constructed using the QGraphics family of classes and it's painted using a paintEvent?
Bookmarks