Definition at line 729 of file qstyleoption.h.
#include <qstyleoption.h>

Public Types |
|
| enum | StyleOptionType { Type = SO_SpinBox } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions |
|
| QStyleOptionSpinBox () | |
| QStyleOptionSpinBox (const QStyleOptionSpinBox &other) | |
Public Attributes |
|
| QAbstractSpinBox::ButtonSymbols | buttonSymbols |
| QAbstractSpinBox::StepEnabled | stepEnabled |
| bool | frame |
Protected Member Functions |
|
| QStyleOptionSpinBox (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOptionComplex.
Definition at line 732 of file qstyleoption.h.
{ Type = SO_SpinBox };
| enum StyleOptionVersion |
Reimplemented from QStyleOptionComplex.
Definition at line 733 of file qstyleoption.h.
{ Version = 1 };
| QStyleOptionSpinBox | ( | const QStyleOptionSpinBox & | other | ) | [inline] |
Definition at line 740 of file qstyleoption.h.
: QStyleOptionComplex(Version, Type) { *this = other; }
| QStyleOptionSpinBox | ( | int | version | ) | [protected] |
Definition at line 735 of file qstyleoption.h.
| QAbstractSpinBox::StepEnabled stepEnabled |
Definition at line 736 of file qstyleoption.h.
| bool frame |
Definition at line 737 of file qstyleoption.h.