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

QStyleOptionHeader Class Reference

The QStyleOptionHeader class is used to describe the parameters for drawing a header. More...

#include <QStyleOptionHeader>

Inherits QStyleOption.

List of all members.

Read-Only Properties

Public Functions


Detailed Description

The QStyleOptionHeader class is used to describe the parameters for drawing a header.

The QStleOptionHeader structure is used for drawing the header pane, the header sort arrow, and the header label.


Property Documentation

icon : QIconSet

This property holds the iconset (if any) of the header.

section : int

This property holds which section of the header is being painted.

text : QString

This property holds the text (if any) of the header.


Member Function Documentation

QStyleOptionHeader::QStyleOptionHeader ( int version )

Construct a QStyleOptionHeader struct with version number version. The members are either null, empty, or zero. It is your responsibilty to set the correct values yourself.


Copyright © 2004 Trolltech. Trademarks
Qt 4.0.0-tp1