Q3Button Class ReferenceThe Q3Button class is a compatibility base class of button widgets More... #include <Q3Button> This class is part of the Qt 3 support library. It is provided to keep old source code working. We strongly advise against using it in new code. See Porting to Qt 4 for more information. Inherits: QAbstractButton. Public Functions
Protected Functions
Reimplemented Protected Functions
Additional Inherited Members
Detailed DescriptionThe Q3Button class is a compatibility base class of button widgets In new code, use QAbstractButton. To subclass Q3Button, you must reimplement at least drawButton() (to draw the button's outline) and drawButtonLabel() (to draw its text or pixmap). It is generally advisable to reimplement sizeHint() as well, and sometimes hitButton() (to determine whether a button press is within the button). Member Function Documentation
|