diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiConnectionDialog.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiConnectionDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiConnectionDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,55 +7,52 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.MicroPython.WifiDialogs.WifiConnectionDialog</h1> - <p> Module implementing a dialog to enter the parameters needed to connect to a WiFi network. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#WifiConnectionDialog">WifiConnectionDialog</a></td> <td>Class implementing a dialog to enter the parameters needed to connect to a WiFi network.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="WifiConnectionDialog" ID="WifiConnectionDialog"></a> <h2>WifiConnectionDialog</h2> - <p> Class implementing a dialog to enter the parameters needed to connect to a WiFi network. </p> + <h3>Derived from</h3> QDialog, Ui_WifiConnectionDialog <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#WifiConnectionDialog.__init__">WifiConnectionDialog</a></td> <td>Constructor</td> @@ -81,19 +78,20 @@ <td>Private slot handling a change of the SSID.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="WifiConnectionDialog.__init__" ID="WifiConnectionDialog.__init__"></a> <h4>WifiConnectionDialog (Constructor)</h4> <b>WifiConnectionDialog</b>(<i>withCountry=False, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>withCountry</i> (bool)</dt> @@ -108,17 +106,17 @@ <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>) - <p> Public method to get the entered connection parameters. </p> + <dl> <dt>Return:</dt> <dd> @@ -134,10 +132,10 @@ <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> @@ -153,10 +151,10 @@ <a NAME="WifiConnectionDialog.on_showPasswordButton_clicked" ID="WifiConnectionDialog.on_showPasswordButton_clicked"></a> <h4>WifiConnectionDialog.on_showPasswordButton_clicked</h4> <b>on_showPasswordButton_clicked</b>(<i>checked</i>) - <p> Private slot to show or hide the password. </p> + <dl> <dt><i>checked</i> (bool)</dt> @@ -167,10 +165,10 @@ <a NAME="WifiConnectionDialog.on_ssidEdit_textChanged" ID="WifiConnectionDialog.on_ssidEdit_textChanged"></a> <h4>WifiConnectionDialog.on_ssidEdit_textChanged</h4> <b>on_ssidEdit_textChanged</b>(<i>ssid</i>) - <p> Private slot handling a change of the SSID. </p> + <dl> <dt><i>ssid</i> (str)</dt> @@ -180,4 +178,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>