Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
10248 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.EricWidgets.EricProxyStyle</title> | |
4 | <meta charset="UTF-8"> | |
5 | <link rel="stylesheet" href="styles.css"> | |
6 | </head> | |
7 | <body> | |
8 | <a NAME="top" ID="top"></a> | |
9 | <h1>eric7.EricWidgets.EricProxyStyle</h1> | |
10 | <p> | |
11 | Module implementing a proxy style to allow item selection by single/double click or | |
12 | platform default. | |
13 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10248
diff
changeset
|
14 | |
10248 | 15 | <h3>Global Attributes</h3> |
16 | <table> | |
17 | <tr><td>None</td></tr> | |
18 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10248
diff
changeset
|
19 | |
10248 | 20 | <h3>Classes</h3> |
21 | <table> | |
22 | <tr> | |
23 | <td><a href="#EricProxyStyle">EricProxyStyle</a></td> | |
24 | <td>Class implementing a proxy style to allow item selection by single/double click or platform default.</td> | |
25 | </tr> | |
26 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10248
diff
changeset
|
27 | |
10248 | 28 | <h3>Functions</h3> |
29 | <table> | |
30 | <tr><td>None</td></tr> | |
31 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10248
diff
changeset
|
32 | |
10248 | 33 | <hr /> |
34 | <hr /> | |
35 | <a NAME="EricProxyStyle" ID="EricProxyStyle"></a> | |
36 | <h2>EricProxyStyle</h2> | |
37 | <p> | |
38 | Class implementing a proxy style to allow item selection by single/double click or | |
39 | platform default. | |
40 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10248
diff
changeset
|
41 | |
10248 | 42 | <h3>Derived from</h3> |
43 | QProxyStyle | |
44 | <h3>Class Attributes</h3> | |
45 | <table> | |
46 | <tr><td>None</td></tr> | |
47 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10248
diff
changeset
|
48 | |
10248 | 49 | <h3>Class Methods</h3> |
50 | <table> | |
51 | <tr><td>None</td></tr> | |
52 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10248
diff
changeset
|
53 | |
10248 | 54 | <h3>Methods</h3> |
55 | <table> | |
56 | <tr> | |
10933
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
57 | <td><a href="#EricProxyStyle.__init__">EricProxyStyle</a></td> |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
58 | <td>Constructor</td> |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
59 | </tr> |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
60 | <tr> |
10248 | 61 | <td><a href="#EricProxyStyle.styleHint">styleHint</a></td> |
62 | <td>Public method returning a style hint for the given widget described by the provided style option.</td> | |
63 | </tr> | |
64 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10248
diff
changeset
|
65 | |
10248 | 66 | <h3>Static Methods</h3> |
67 | <table> | |
68 | <tr><td>None</td></tr> | |
69 | </table> | |
70 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10248
diff
changeset
|
71 | |
10933
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
72 | <a NAME="EricProxyStyle.__init__" ID="EricProxyStyle.__init__"></a> |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
73 | <h4>EricProxyStyle (Constructor)</h4> |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
74 | <b>EricProxyStyle</b>(<i>style=None, itemClickBehavior="default"</i>) |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
75 | <p> |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
76 | Constructor |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
77 | </p> |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
78 | |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
79 | <dl> |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
80 | |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
81 | <dt><i>style</i> (QStyle, str or None (optional))</dt> |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
82 | <dd> |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
83 | style object or style name or None for the default native style |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
84 | (defaults to None) |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
85 | </dd> |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
86 | <dt><i>itemClickBehavior</i> (str (optional))</dt> |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
87 | <dd> |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
88 | string describing the item activation behavior (one of |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
89 | "default", "doubleclick" or "singleclick") (defaults to "default") |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
90 | </dd> |
95a15b70f7bb
Refactored some packages, modules and code to allow extracting the 'EricXxx' packages into a library project.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
91 | </dl> |
10248 | 92 | <a NAME="EricProxyStyle.styleHint" ID="EricProxyStyle.styleHint"></a> |
93 | <h4>EricProxyStyle.styleHint</h4> | |
94 | <b>styleHint</b>(<i>hint, option=None, widget=None, returnData=None</i>) | |
95 | <p> | |
96 | Public method returning a style hint for the given widget described by the | |
97 | provided style option. | |
98 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10248
diff
changeset
|
99 | |
10248 | 100 | <dl> |
101 | ||
102 | <dt><i>hint</i> (QStyle.StyleHint)</dt> | |
103 | <dd> | |
104 | style hint to be determined | |
105 | </dd> | |
106 | <dt><i>option</i> (QStyleOption (optional))</dt> | |
107 | <dd> | |
108 | style option (defaults to None) | |
109 | </dd> | |
110 | <dt><i>widget</i> (QWidget (optional))</dt> | |
111 | <dd> | |
112 | reference to the widget (defaults to None) | |
113 | </dd> | |
114 | <dt><i>returnData</i> (QStyleHintReturn (optional))</dt> | |
115 | <dd> | |
116 | data structure to return more data (defaults to None) | |
117 | </dd> | |
118 | </dl> | |
119 | <dl> | |
120 | <dt>Return:</dt> | |
121 | <dd> | |
122 | integer representing the style hint | |
123 | </dd> | |
124 | </dl> | |
125 | <dl> | |
126 | <dt>Return Type:</dt> | |
127 | <dd> | |
128 | int | |
129 | </dd> | |
130 | </dl> | |
131 | <div align="right"><a href="#top">Up</a></div> | |
132 | <hr /> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10248
diff
changeset
|
133 | </body></html> |