diff -r 4402d76c5fa9 -r a79430a8811d src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MicroPythonPage.html --- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MicroPythonPage.html Fri Feb 24 18:36:43 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MicroPythonPage.html Sat Feb 25 19:18:07 2023 +0100 @@ -63,6 +63,14 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#MicroPythonPage.on_apShowPasswordButton_clicked">on_apShowPasswordButton_clicked</a></td> +<td>Private slot to show or hide the WiFi Access Point password.</td> +</tr> +<tr> +<td><a href="#MicroPythonPage.on_showPasswordButton_clicked">on_showPasswordButton_clicked</a></td> +<td>Private slot to show or hide the WiFi client password.</td> +</tr> +<tr> <td><a href="#MicroPythonPage.save">save</a></td> <td>Public slot to save the MicroPython configuration.</td> </tr> @@ -87,6 +95,34 @@ reference to the parent widget </dd> </dl> +<a NAME="MicroPythonPage.on_apShowPasswordButton_clicked" ID="MicroPythonPage.on_apShowPasswordButton_clicked"></a> +<h4>MicroPythonPage.on_apShowPasswordButton_clicked</h4> +<b>on_apShowPasswordButton_clicked</b>(<i>checked</i>) + +<p> + Private slot to show or hide the WiFi Access Point password. +</p> +<dl> + +<dt><i>checked</i> (bool)</dt> +<dd> +state of the button +</dd> +</dl> +<a NAME="MicroPythonPage.on_showPasswordButton_clicked" ID="MicroPythonPage.on_showPasswordButton_clicked"></a> +<h4>MicroPythonPage.on_showPasswordButton_clicked</h4> +<b>on_showPasswordButton_clicked</b>(<i>checked</i>) + +<p> + Private slot to show or hide the WiFi client password. +</p> +<dl> + +<dt><i>checked</i> (bool)</dt> +<dd> +state of the button +</dd> +</dl> <a NAME="MicroPythonPage.save" ID="MicroPythonPage.save"></a> <h4>MicroPythonPage.save</h4> <b>save</b>(<i></i>)