Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QStyleOptionButton class is used to describe the parameters for drawing buttons. More...
#include <QStyleOptionButton>
Inherits QStyleOption.
The QStyleOptionButton class is used to describe the parameters for drawing buttons.
The QStyleOptionButton class is used to draw QPushButton, QCheckBox, and QRadioButton.
See also QStyleOptionToolButton.
This enum describles the different types of features a push button can have.
QStyleOptionButton::None | Indicates a normal push button. |
QStyleOptionButton::Flat | Indicates a flat push button. |
QStyleOptionButton::HasMenu | Indicates that the button has a drop down menu. |
The ButtonFeatures typedef can store a combination of ButtonFeature values.
See also features.
This property holds the features for the button.
This variable is a bitwise OR of the features that describe this button.
See also ButtonFeature.
This property holds the icon of the button.
This property holds the text of the button.
Constructs a QStyleOptionButton. The members variables are initialized to default values.
Copyright © 2004 Trolltech | Trademarks | Qt 4.0.0-b1 |