diff -r 0399d3607829 -r 4a302b8c4d28 src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiConnectionDialog.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiConnectionDialog.html Fri Mar 10 18:09:24 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiConnectionDialog.html Fri Mar 10 18:10:13 2023 +0100 @@ -61,6 +61,10 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#WifiConnectionDialog.accept">accept</a></td> +<td>Public slot accepting the dialog.</td> +</tr> +<tr> <td><a href="#WifiConnectionDialog.getConnectionParameters">getConnectionParameters</a></td> <td>Public method to get the entered connection parameters.</td> </tr> @@ -93,6 +97,13 @@ reference to the parent widget (defaults to None) </dd> </dl> +<a NAME="WifiConnectionDialog.accept" ID="WifiConnectionDialog.accept"></a> +<h4>WifiConnectionDialog.accept</h4> +<b>accept</b>(<i></i>) + +<p> + Public slot accepting the dialog. +</p> <a NAME="WifiConnectionDialog.getConnectionParameters" ID="WifiConnectionDialog.getConnectionParameters"></a> <h4>WifiConnectionDialog.getConnectionParameters</h4> <b>getConnectionParameters</b>(<i></i>) @@ -103,14 +114,13 @@ <dl> <dt>Return:</dt> <dd> -tuple containing the SSID, password and a flag indicating, if the - parameters shall be saved to the preferences +tuple containing the SSID and the password </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -tuple of (str, str, bool) +tuple of (str, str) </dd> </dl> <a NAME="WifiConnectionDialog.on_showPasswordButton_clicked" ID="WifiConnectionDialog.on_showPasswordButton_clicked"></a>