Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

QStyleOptionViewItem Class Reference
[QtGui module]

The QStyleOptionViewItem class is used to describe the parameters used to draw an item in a view widget. More...

#include <QStyleOptionViewItem>

Inherits QStyleOption.

Public Types

Public Functions

Public Variables

Static Public Members


Detailed Description

The QStyleOptionViewItem class is used to describe the parameters used to draw an item in a view widget.

The QStyleOptionViewItem class is used by Qt's model/view classes to draw their items.

See also Model/View Programming.


Member Type Documentation

enum QStyleOptionViewItem::Position

This enum describes the position of the item's decoration.

ConstantValueDescription
QStyleOptionViewItem::Left0On the left of the text.
QStyleOptionViewItem::Right1On the right of the text.
QStyleOptionViewItem::Top2Above the text.
QStyleOptionViewItem::Bottom3Below the text.

See also decorationPosition.


Member Function Documentation

QStyleOptionViewItem::QStyleOptionViewItem ()

Constructs a QStyleOptionViewItem. The members variables are initialized to default values.

QStyleOptionViewItem::QStyleOptionViewItem ( const QStyleOptionViewItem & other )

Constructs a copy of the other style option.


Member Variable Documentation

const int QStyleOptionViewItem::Type

Equals SO_ViewItem.

const int QStyleOptionViewItem::Version

Equals 1.

Qt::Alignment QStyleOptionViewItem::decorationAlignment

This variable holds the alignment of the decoration for the item.

Position QStyleOptionViewItem::decorationPosition

This variable holds the position of the decoration for the item.

See also Position.

QSize QStyleOptionViewItem::decorationSize

This variable holds the size of the decoration for the item.

See also decorationAlignment and decorationPosition.

Qt::Alignment QStyleOptionViewItem::displayAlignment

This variable holds the alignment of the display value for the item.

QFont QStyleOptionViewItem::font

This variable holds the font used for the item.

See also QFont.

bool QStyleOptionViewItem::showDecorationSelected

This variable holds whether the decoration should be highlighted on selected items.

If this option is true, the branch and any decorations on selected items should be highlighted, indicating that the item is selected; otherwise, no highlighting is required.

See also QStyle::SH_ItemView_ShowDecorationSelected and QAbstractItemView.

Qt::TextElideMode QStyleOptionViewItem::textElideMode

This variable holds where ellipsis should be added for text that is too long to fit into an item.

See also Qt::TextElideMode and QStyle::SH_ItemView_EllipsisLocation.


Copyright © 2006 Trolltech Trademarks
Qt 4.1.3