src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiStatusDialog.html

branch
eric7
changeset 11166
fd914f897dcf
parent 10479
856476537696
equal deleted inserted replaced
11165:24e1beb8779a 11166:fd914f897dcf
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>
153 <dt>Return Type:</dt> 147 <dt>Return Type:</dt>
154 <dd> 148 <dd>
155 QTreeWidgetItem 149 QTreeWidgetItem
156 </dd> 150 </dd>
157 </dl> 151 </dl>
152 <a NAME="WifiStatusDialog.__showStatus" ID="WifiStatusDialog.__showStatus"></a>
153 <h4>WifiStatusDialog.__showStatus</h4>
154 <b>__showStatus</b>(<i></i>)
155 <p>
156 Private slot to show the current WiFi status.
157 </p>
158
158 <div align="right"><a href="#top">Up</a></div> 159 <div align="right"><a href="#top">Up</a></div>
159 <hr /> 160 <hr />
160 </body></html> 161 </body></html>

eric ide

mercurial