63 <table> |
67 <table> |
64 <tr><td>None</td></tr> |
68 <tr><td>None</td></tr> |
65 </table> |
69 </table> |
66 |
70 |
67 |
71 |
|
72 <a NAME="EricProxyStyle.__init__" ID="EricProxyStyle.__init__"></a> |
|
73 <h4>EricProxyStyle (Constructor)</h4> |
|
74 <b>EricProxyStyle</b>(<i>style=None, itemClickBehavior="default"</i>) |
|
75 <p> |
|
76 Constructor |
|
77 </p> |
|
78 |
|
79 <dl> |
|
80 |
|
81 <dt><i>style</i> (QStyle, str or None (optional))</dt> |
|
82 <dd> |
|
83 style object or style name or None for the default native style |
|
84 (defaults to None) |
|
85 </dd> |
|
86 <dt><i>itemClickBehavior</i> (str (optional))</dt> |
|
87 <dd> |
|
88 string describing the item activation behavior (one of |
|
89 "default", "doubleclick" or "singleclick") (defaults to "default") |
|
90 </dd> |
|
91 </dl> |
68 <a NAME="EricProxyStyle.styleHint" ID="EricProxyStyle.styleHint"></a> |
92 <a NAME="EricProxyStyle.styleHint" ID="EricProxyStyle.styleHint"></a> |
69 <h4>EricProxyStyle.styleHint</h4> |
93 <h4>EricProxyStyle.styleHint</h4> |
70 <b>styleHint</b>(<i>hint, option=None, widget=None, returnData=None</i>) |
94 <b>styleHint</b>(<i>hint, option=None, widget=None, returnData=None</i>) |
71 <p> |
95 <p> |
72 Public method returning a style hint for the given widget described by the |
96 Public method returning a style hint for the given widget described by the |