Home · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The QStyleOptionQ3ListView class is used to describe the parameters for drawing a Q3ListView. More...
#include <QStyleOptionQ3ListView>
Inherits QStyleOptionComplex.
The QStyleOptionQ3ListView class is used to describe the parameters for drawing a Q3ListView.
The class is used for drawing the compat Q3ListView. It is not recommended for use in new code.
Creates a QStyleOptionQ3ListView. The members variables are initialized to default values.
Constructs a copy of the other style option.
Equals SO_Q3ListView.
Equals 1.
This variable holds the margin for items in the list view.
See also Q3ListView::itemMargin().
This variable holds a list of items in the Q3ListView.
This is a list of QStyleOptionQ3ListViewItems. The first item can be used for most of the calculation that are needed for drawing a list view. Any additional items are the children of this first item, which may be used for additional information.
See also QStyleOptionQ3ListViewItem.
This variable holds whether root items are decorated.
See also Q3ListView::rootIsDecorated().
This variable holds the sort column of the list view.
See also Q3ListView::sortColumn().
This variable holds the number of pixel to offset children items from their parents.
See also Q3ListView::treeStepSize().
This variable holds the background role of Q3ListView's viewport.
See also QWidget::backgroundRole().
This variable holds the palette of Q3ListView's viewport.
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0 |