eric7.EricWidgets.EricProxyStyle
Module implementing a proxy style to allow item selection by single/double click or
platform default.
Global Attributes
Classes
| EricProxyStyle | Class implementing a proxy style to allow item selection by single/double click or platform default. | 
Functions
EricProxyStyle
    Class implementing a proxy style to allow item selection by single/double click or
    platform default.
Derived from
QProxyStyle
Class Attributes
Class Methods
Methods
| styleHint | Public method returning a style hint for the given widget described by the provided style option. | 
Static Methods
EricProxyStyle.styleHint
styleHint(hint, option=None, widget=None, returnData=None)
        Public method returning a style hint for the given widget described by the
        provided style option.
- hint (QStyle.StyleHint)
- 
style hint to be determined
- option (QStyleOption (optional))
- 
style option (defaults to None)
- widget (QWidget (optional))
- 
reference to the widget (defaults to None)
- returnData (QStyleHintReturn (optional))
- 
data structure to return more data (defaults to None)
- Return:
- 
integer representing the style hint
- Return Type:
- 
int