![]() |
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>
Part of the QtGui module.
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 indicates whether whether the spin box has a frame.
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 which buttons of the spin box are enabled.
See also QAbstractSpinBox::StepEnabled.
Constructs a QStyleOptionSpinBox. The members variables are initialized to default values.
Copyright © 2005 Trolltech | Trademarks | Qt 4.0.0-b2 |