53 <table> |
53 <table> |
54 <tr> |
54 <tr> |
55 <td><a href="#BluetoothStatusDialog.__init__">BluetoothStatusDialog</a></td> |
55 <td><a href="#BluetoothStatusDialog.__init__">BluetoothStatusDialog</a></td> |
56 <td>Constructor</td> |
56 <td>Constructor</td> |
57 </tr> |
57 </tr> |
|
58 <tr> |
|
59 <td><a href="#BluetoothStatusDialog.__showStatus">__showStatus</a></td> |
|
60 <td>Private slot to show the current WiFi status.</td> |
|
61 </tr> |
58 </table> |
62 </table> |
59 |
63 |
60 <h3>Static Methods</h3> |
64 <h3>Static Methods</h3> |
61 <table> |
65 <table> |
62 <tr><td>None</td></tr> |
66 <tr><td>None</td></tr> |
63 </table> |
67 </table> |
64 |
68 |
65 |
69 |
66 <a NAME="BluetoothStatusDialog.__init__" ID="BluetoothStatusDialog.__init__"></a> |
70 <a NAME="BluetoothStatusDialog.__init__" ID="BluetoothStatusDialog.__init__"></a> |
67 <h4>BluetoothStatusDialog (Constructor)</h4> |
71 <h4>BluetoothStatusDialog (Constructor)</h4> |
68 <b>BluetoothStatusDialog</b>(<i>status, parent=None</i>) |
72 <b>BluetoothStatusDialog</b>(<i>microPython, parent=None</i>) |
69 <p> |
73 <p> |
70 Constructor |
74 Constructor |
71 </p> |
75 </p> |
72 |
76 |
73 <dl> |
77 <dl> |
74 |
78 |
75 <dt><i>status</i> (list of tuples of (str, str))</dt> |
79 <dt><i>microPython</i> (MicroPythonWidget)</dt> |
76 <dd> |
80 <dd> |
77 status data to be show |
81 reference to the MicroPython widget |
78 </dd> |
82 </dd> |
79 <dt><i>parent</i> (QWidget (optional))</dt> |
83 <dt><i>parent</i> (QWidget (optional))</dt> |
80 <dd> |
84 <dd> |
81 reference to the parent widget (defaults to None) |
85 reference to the parent widget (defaults to None) |
82 </dd> |
86 </dd> |
83 </dl> |
87 </dl> |
|
88 <a NAME="BluetoothStatusDialog.__showStatus" ID="BluetoothStatusDialog.__showStatus"></a> |
|
89 <h4>BluetoothStatusDialog.__showStatus</h4> |
|
90 <b>__showStatus</b>(<i></i>) |
|
91 <p> |
|
92 Private slot to show the current WiFi status. |
|
93 </p> |
|
94 |
84 <div align="right"><a href="#top">Up</a></div> |
95 <div align="right"><a href="#top">Up</a></div> |
85 <hr /> |
96 <hr /> |
86 </body></html> |
97 </body></html> |