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

Public Types |
|
| enum | StyleOptionType { Type = SO_Frame } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions |
|
| QStyleOptionFrame () | |
| QStyleOptionFrame (const QStyleOptionFrame &other) | |
Public Attributes |
|
| int | lineWidth |
| int | midLineWidth |
Protected Member Functions |
|
| QStyleOptionFrame (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOption.
Definition at line 121 of file qstyleoption.h.
| enum StyleOptionVersion |
Reimplemented from QStyleOption.
Reimplemented in QStyleOptionFrameV2, and QStyleOptionFrameV3.
Definition at line 122 of file qstyleoption.h.
{ Version = 1 };
| QStyleOptionFrame | ( | const QStyleOptionFrame & | other | ) | [inline] |
Definition at line 128 of file qstyleoption.h.
: QStyleOption(Version, Type) { *this = other; }
| QStyleOptionFrame | ( | int | version | ) | [protected] |
| int lineWidth |
Definition at line 124 of file qstyleoption.h.
| int midLineWidth |
Definition at line 125 of file qstyleoption.h.