Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QStyleOptionListView class is used to describe the parameters for drawing a Q3ListView. More...
#include <QStyleOptionListView>
Inherits QStyleOptionComplex.
|
|
The QStyleOptionListView 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.
This property holds the margin for items in the list view.
See also Q3ListView::itemMargin().
This property holds a list of items in the Q3ListView.
This is a list of QStyleOptionListViewItems. 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 QStyleOptionListViewItem.
This property holds whether root items are decorated.
See also Q3ListView::rootIsDecorated().
This property holds the sort column of the list view.
See also Q3ListView::sortColumn().
This property holds the number of pixel to offset children items from their parents.
See also Q3ListView::treeStepSize().
This property holds the background role of Q3ListView's viewport.
See also QWidget::backgroundRole().
This property holds the palette of 's viewport.
Creates a QStyleOptionListView. The members variables are initialized to default values.
Copyright © 2004 Trolltech | Trademarks | Qt 4.0.0-b1 |