diff -r 24e1beb8779a -r fd914f897dcf src/eric7/Documentation/Source/eric7.MicroPython.BluetoothDialogs.BluetoothStatusDialog.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.BluetoothDialogs.BluetoothStatusDialog.html Thu Mar 06 17:44:49 2025 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.BluetoothDialogs.BluetoothStatusDialog.html Sun Mar 09 14:16:35 2025 +0100 @@ -55,6 +55,10 @@ <td><a href="#BluetoothStatusDialog.__init__">BluetoothStatusDialog</a></td> <td>Constructor</td> </tr> +<tr> +<td><a href="#BluetoothStatusDialog.__showStatus">__showStatus</a></td> +<td>Private slot to show the current WiFi status.</td> +</tr> </table> <h3>Static Methods</h3> @@ -65,22 +69,29 @@ <a NAME="BluetoothStatusDialog.__init__" ID="BluetoothStatusDialog.__init__"></a> <h4>BluetoothStatusDialog (Constructor)</h4> -<b>BluetoothStatusDialog</b>(<i>status, parent=None</i>) +<b>BluetoothStatusDialog</b>(<i>microPython, parent=None</i>) <p> Constructor </p> <dl> -<dt><i>status</i> (list of tuples of (str, str))</dt> +<dt><i>microPython</i> (MicroPythonWidget)</dt> <dd> -status data to be show +reference to the MicroPython widget </dd> <dt><i>parent</i> (QWidget (optional))</dt> <dd> reference to the parent widget (defaults to None) </dd> </dl> +<a NAME="BluetoothStatusDialog.__showStatus" ID="BluetoothStatusDialog.__showStatus"></a> +<h4>BluetoothStatusDialog.__showStatus</h4> +<b>__showStatus</b>(<i></i>) +<p> + Private slot to show the current WiFi status. +</p> + <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>