Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QStyleOptionSpinBox class is used to describe the parameters necessary for drawing a spin box. More...
#include <QStyleOptionSpinBox>
Inherits QStyleOptionComplex.
|
|
The QStyleOptionSpinBox class is used to describe the parameters necessary for drawing a spin box.
The QStyleOptionSpinBox is used for drawing QSpinBox and QDateTimeEdit.
This property holds the type of button symbols to draw for the spin box.
See also QAbstractSpinBox::ButtonSymbols.
This property holds the percentage of the spin box.
The percentage is the quotient of the current value divided by the maximum value.
This property holds indicates whether a frame should be drawn.
This property holds indicates whether the slider indicator should be drawn.
This property holds indicates which buttons of the spin box are enabled.
See also QAbstractSpinBox::StepEnabled.
Constructs a QStyleOptionSpinBox. The members variables are initialized to default values.
Copyright © 2004 Trolltech. | Trademarks | Qt 4.0.0-tp2 |