![]() | Home · All Classes · Modules |
The QStyleHintReturn class provides style hints that return more than basic data types. More...
Inherited by QStyleHintReturnMask.
The QStyleHintReturn class provides style hints that return more than basic data types.
QStyleHintReturn and its subclasses are used to pass information from a style back to the querying widget. This is most useful when the return value from QStyle.styleHint() does not provide enough detail; for example, when a mask is to be returned.
Constant | Value | Description |
---|---|---|
QStyleHintReturn.SH_Default | 0xf000 | QStyleHintReturn |
QStyleHintReturn.SH_Mask | QStyle.SH_RubberBand_Mask QStyle.SH_FocusFrame_Mask |
Constructs a QStyleHintReturn with version version and type type.
The version has no special meaning for QStyleHintReturn; it can be used by subclasses to distinguish between different version of the same hint type.
See also QStyleOption.version and QStyleOption.type.
This member should be treated as a constant.
Equals SH_Default.
This member should be treated as a constant.
Equals 1.
PyQt 4.0.1 for X11 | Copyright © Riverbank Computing Ltd and Trolltech AS 2006 | Qt 4.1.4 |