61 </tr> |
61 </tr> |
62 <tr> |
62 <tr> |
63 <td><a href="#WifiStatusDialog.__createSubheader">__createSubheader</a></td> |
63 <td><a href="#WifiStatusDialog.__createSubheader">__createSubheader</a></td> |
64 <td>Private method to create a subheader item.</td> |
64 <td>Private method to create a subheader item.</td> |
65 </tr> |
65 </tr> |
|
66 <tr> |
|
67 <td><a href="#WifiStatusDialog.__showStatus">__showStatus</a></td> |
|
68 <td>Private slot to show the current WiFi status.</td> |
|
69 </tr> |
66 </table> |
70 </table> |
67 |
71 |
68 <h3>Static Methods</h3> |
72 <h3>Static Methods</h3> |
69 <table> |
73 <table> |
70 <tr><td>None</td></tr> |
74 <tr><td>None</td></tr> |
71 </table> |
75 </table> |
72 |
76 |
73 |
77 |
74 <a NAME="WifiStatusDialog.__init__" ID="WifiStatusDialog.__init__"></a> |
78 <a NAME="WifiStatusDialog.__init__" ID="WifiStatusDialog.__init__"></a> |
75 <h4>WifiStatusDialog (Constructor)</h4> |
79 <h4>WifiStatusDialog (Constructor)</h4> |
76 <b>WifiStatusDialog</b>(<i>clientStatus, apStatus, overallStatus, parent=None</i>) |
80 <b>WifiStatusDialog</b>(<i>microPython, parent=None</i>) |
77 <p> |
81 <p> |
78 Constructor |
82 Constructor |
79 </p> |
83 </p> |
80 |
84 |
81 <dl> |
85 <dl> |
82 |
86 |
83 <dt><i>clientStatus</i> (dict)</dt> |
87 <dt><i>microPython</i> (MicroPythonWidget)</dt> |
84 <dd> |
88 <dd> |
85 dictionary containing the WiFi status data of the |
89 reference to the MicroPython widget |
86 client interface |
|
87 </dd> |
|
88 <dt><i>apStatus</i> (dict)</dt> |
|
89 <dd> |
|
90 dictionary containing the WiFi status data of the |
|
91 access point interface |
|
92 </dd> |
|
93 <dt><i>overallStatus</i> (dict)</dt> |
|
94 <dd> |
|
95 dictionary containing the overall WiFi status data |
|
96 </dd> |
90 </dd> |
97 <dt><i>parent</i> (QWidget (optional))</dt> |
91 <dt><i>parent</i> (QWidget (optional))</dt> |
98 <dd> |
92 <dd> |
99 reference to the parent widget (defaults to None) |
93 reference to the parent widget (defaults to None) |
100 </dd> |
94 </dd> |