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 a 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 quotient of the current value divided by the and maximum value.
This property holds indicates whether the optional slider indicator should be drawn.
This property holds indicates which buttons of the spin box are enabled.
See also QAbstractSpinBox::StepEnabled.
Construct a QStyleOptionSpinBox with version version.
The values of the structure are set to zero. It is the Developer's responsiblity to set them to proper values.
Copyright © 2004 Trolltech. | Trademarks | Qt 4.0.0-tp1 |