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

Public Types |
|
| enum | StyleOptionType { Type = SO_GroupBox } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions |
|
| QStyleOptionGroupBox () | |
| QStyleOptionGroupBox (const QStyleOptionGroupBox &other) | |
Public Attributes |
|
| QStyleOptionFrameV2::FrameFeatures | features |
| QString | text |
| Qt::Alignment | textAlignment |
| QColor | textColor |
| int | lineWidth |
| int | midLineWidth |
Protected Member Functions |
|
| QStyleOptionGroupBox (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOptionComplex.
Definition at line 837 of file qstyleoption.h.
{ Type = SO_GroupBox };
| enum StyleOptionVersion |
Reimplemented from QStyleOptionComplex.
Definition at line 838 of file qstyleoption.h.
{ Version = 1 };
| QStyleOptionGroupBox | ( | const QStyleOptionGroupBox & | other | ) | [inline] |
Definition at line 848 of file qstyleoption.h.
: QStyleOptionComplex(Version, Type) { *this = other; }
| QStyleOptionGroupBox | ( | int | version | ) | [protected] |
| QStyleOptionFrameV2::FrameFeatures features |
Definition at line 840 of file qstyleoption.h.
Definition at line 841 of file qstyleoption.h.
| Qt::Alignment textAlignment |
Definition at line 842 of file qstyleoption.h.
Definition at line 843 of file qstyleoption.h.
| int lineWidth |
Definition at line 844 of file qstyleoption.h.
| int midLineWidth |
Definition at line 845 of file qstyleoption.h.