Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

QStyleOptionComboBox Class Reference

The QStyleOptionComboBox class is used to describe the parameter for drawing a combobox. More...

#include <QStyleOptionComboBox>

Inherits QStyleOptionComplex.

List of all members.

Read-Only Properties

Public Functions


Detailed Description

The QStyleOptionComboBox class is used to describe the parameter for drawing a combobox.

The QStyleOptionComboBox structure is used for drawing QComboBox.


Property Documentation

editable : bool

This property holds whether or not the combobox is editable or not.

See also QComboBox::isEditable().

popupRect : QRect

This property holds the popup rectangle for the combobox.


Member Function Documentation

QStyleOptionComboBox::QStyleOptionComboBox ( int version )

Create a QStyleOptionComboBox structure with version version

The values of the structure are set to zero or null. It is the developer's responsibility to set them correctly.


Copyright © 2004 Trolltech. Trademarks
Qt 4.0.0-tp1