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

Public Types |
|
| enum | StyleOptionType { Type = SO_ComboBox } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions |
|
| QStyleOptionComboBox () | |
| QStyleOptionComboBox (const QStyleOptionComboBox &other) | |
Public Attributes |
|
| bool | editable |
| QRect | popupRect |
| bool | frame |
| QString | currentText |
| QIcon | currentIcon |
| QSize | iconSize |
Protected Member Functions |
|
| QStyleOptionComboBox (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOptionComplex.
Definition at line 799 of file qstyleoption.h.
{ Type = SO_ComboBox };
| enum StyleOptionVersion |
Reimplemented from QStyleOptionComplex.
Definition at line 800 of file qstyleoption.h.
{ Version = 1 };
| QStyleOptionComboBox | ( | const QStyleOptionComboBox & | other | ) | [inline] |
Definition at line 810 of file qstyleoption.h.
: QStyleOptionComplex(Version, Type) { *this = other; }
| QStyleOptionComboBox | ( | int | version | ) | [protected] |
| bool editable |
Definition at line 802 of file qstyleoption.h.
Definition at line 803 of file qstyleoption.h.
| bool frame |
Definition at line 804 of file qstyleoption.h.
Definition at line 805 of file qstyleoption.h.
Definition at line 806 of file qstyleoption.h.
Definition at line 807 of file qstyleoption.h.