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.
9878 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.MicroPython.EthernetDialogs.EthernetStatusDialog</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.MicroPython.EthernetDialogs.EthernetStatusDialog</h1> | |
10 | <p> | |
11 | Module implementing a dialog to show Ethernet related status information. | |
12 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9878
diff
changeset
|
13 | |
9878 | 14 | <h3>Global Attributes</h3> |
15 | <table> | |
16 | <tr><td>None</td></tr> | |
17 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9878
diff
changeset
|
18 | |
9878 | 19 | <h3>Classes</h3> |
20 | <table> | |
21 | <tr> | |
22 | <td><a href="#EthernetStatusDialog">EthernetStatusDialog</a></td> | |
23 | <td>Class implementing a dialog to show Ethernet related status information.</td> | |
24 | </tr> | |
25 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9878
diff
changeset
|
26 | |
9878 | 27 | <h3>Functions</h3> |
28 | <table> | |
29 | <tr><td>None</td></tr> | |
30 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9878
diff
changeset
|
31 | |
9878 | 32 | <hr /> |
33 | <hr /> | |
34 | <a NAME="EthernetStatusDialog" ID="EthernetStatusDialog"></a> | |
35 | <h2>EthernetStatusDialog</h2> | |
36 | <p> | |
37 | Class implementing a dialog to show Ethernet related status information. | |
38 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9878
diff
changeset
|
39 | |
9878 | 40 | <h3>Derived from</h3> |
41 | QDialog, Ui_EthernetStatusDialog | |
42 | <h3>Class Attributes</h3> | |
43 | <table> | |
44 | <tr><td>None</td></tr> | |
45 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9878
diff
changeset
|
46 | |
9878 | 47 | <h3>Class Methods</h3> |
48 | <table> | |
49 | <tr><td>None</td></tr> | |
50 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9878
diff
changeset
|
51 | |
9878 | 52 | <h3>Methods</h3> |
53 | <table> | |
54 | <tr> | |
55 | <td><a href="#EthernetStatusDialog.__init__">EthernetStatusDialog</a></td> | |
56 | <td>Constructor</td> | |
57 | </tr> | |
58 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9878
diff
changeset
|
59 | |
9878 | 60 | <h3>Static Methods</h3> |
61 | <table> | |
62 | <tr><td>None</td></tr> | |
63 | </table> | |
64 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9878
diff
changeset
|
65 | |
9878 | 66 | <a NAME="EthernetStatusDialog.__init__" ID="EthernetStatusDialog.__init__"></a> |
67 | <h4>EthernetStatusDialog (Constructor)</h4> | |
68 | <b>EthernetStatusDialog</b>(<i>status, parent=None</i>) | |
69 | <p> | |
70 | Constructor | |
71 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9878
diff
changeset
|
72 | |
9878 | 73 | <dl> |
74 | ||
75 | <dt><i>status</i> (list of tuples of (str, str))</dt> | |
76 | <dd> | |
77 | status data to be show | |
78 | </dd> | |
79 | <dt><i>parent</i> (QWidget (optional))</dt> | |
80 | <dd> | |
81 | reference to the parent widget (defaults to None) | |
82 | </dd> | |
83 | </dl> | |
84 | <div align="right"><a href="#top">Up</a></div> | |
85 | <hr /> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9878
diff
changeset
|
86 | </body></html> |