diff -r 33e7b9d3f91c -r ffe7432f716b src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiConnectionDialog.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiConnectionDialog.html Wed Aug 02 17:22:20 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiConnectionDialog.html Thu Aug 03 17:33:07 2023 +0200 @@ -69,6 +69,10 @@ <td>Public method to get the entered connection parameters.</td> </tr> <tr> +<td><a href="#WifiConnectionDialog.getCountryCode">getCountryCode</a></td> +<td>Public method to get the entered country code.</td> +</tr> +<tr> <td><a href="#WifiConnectionDialog.on_showPasswordButton_clicked">on_showPasswordButton_clicked</a></td> <td>Private slot to show or hide the password.</td> </tr> @@ -85,13 +89,17 @@ <a NAME="WifiConnectionDialog.__init__" ID="WifiConnectionDialog.__init__"></a> <h4>WifiConnectionDialog (Constructor)</h4> -<b>WifiConnectionDialog</b>(<i>parent=None</i>) +<b>WifiConnectionDialog</b>(<i>withCountry=False, parent=None</i>) <p> Constructor </p> <dl> +<dt><i>withCountry</i> (bool)</dt> +<dd> +flag indicating to show the country entry (defaults to False) +</dd> <dt><i>parent</i> (QWidget (optional))</dt> <dd> reference to the parent widget (defaults to None) @@ -114,13 +122,32 @@ <dl> <dt>Return:</dt> <dd> -tuple containing the SSID and the password +tuple containing the SSID, the password and the host name </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -tuple of (str, str) +tuple of (str, str, str) +</dd> +</dl> +<a NAME="WifiConnectionDialog.getCountryCode" ID="WifiConnectionDialog.getCountryCode"></a> +<h4>WifiConnectionDialog.getCountryCode</h4> +<b>getCountryCode</b>(<i></i>) + +<p> + Public method to get the entered country code. +</p> +<dl> +<dt>Return:</dt> +<dd> +DESCRIPTION +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +TYPE </dd> </dl> <a NAME="WifiConnectionDialog.on_showPasswordButton_clicked" ID="WifiConnectionDialog.on_showPasswordButton_clicked"></a>