The QStyleOptionComboBox class is used to describe the parameter for drawing a combobox.
More...
The QStyleOptionComboBox class is used to describe the parameter for drawing a combobox. QStyleOptionButton contains all the information that QStyle functions need to draw QComboBox.
- See also
- QStyleOption, QStyleOptionComplex, QComboBox
This enum is used to hold information about the type of the style option and is defined for each QStyleOption subclass.
Constant | Value | Description |
QStyleOptionComboBox::Type | SO_ComboBox | The type of style option provided (SO_ComboBox for this class). |
- See also
- StyleOptionVersion, qstyleoption_cast()
QStyleOptionComboBox::QStyleOptionComboBox |
( |
| ) |
|
Creates an empty QStyleOptionComboBox.
QStyleOptionComboBox::QStyleOptionComboBox |
( |
const QStyleOptionComboBox & |
other | ) |
|
|
inline |
Copy constructs a new QStyleOptionComboBox from other.
QStyleOptionComboBox & QStyleOptionComboBox::operator= |
( |
const QStyleOptionComboBox & |
other | ) |
|
|
default |
Copy assigns from other and returns a reference to this object.