src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiCountryDialog.html

branch
eric7
changeset 10479
856476537696
parent 9800
25f388536caf
--- a/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiCountryDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiCountryDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.MicroPython.WifiDialogs.WifiCountryDialog</h1>
-
 <p>
 Module implementing a dialog to enter the country code for the WiFi interface.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#WifiCountryDialog">WifiCountryDialog</a></td>
 <td>Class implementing a dialog to enter the country code for the WiFi interface.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="WifiCountryDialog" ID="WifiCountryDialog"></a>
 <h2>WifiCountryDialog</h2>
-
 <p>
     Class implementing a dialog to enter the country code for the WiFi interface.
 </p>
+
 <h3>Derived from</h3>
 QDialog, Ui_WifiCountryDialog
 <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="#WifiCountryDialog.__init__">WifiCountryDialog</a></td>
 <td>Constructor</td>
@@ -67,19 +64,20 @@
 <td>Private slot handling a change of the country.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="WifiCountryDialog.__init__" ID="WifiCountryDialog.__init__"></a>
 <h4>WifiCountryDialog (Constructor)</h4>
 <b>WifiCountryDialog</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget (optional))</dt>
@@ -90,10 +88,10 @@
 <a NAME="WifiCountryDialog.getCountry" ID="WifiCountryDialog.getCountry"></a>
 <h4>WifiCountryDialog.getCountry</h4>
 <b>getCountry</b>(<i></i>)
-
 <p>
         Public method to get the entered country code.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -110,10 +108,10 @@
 <a NAME="WifiCountryDialog.on_countryEdit_textChanged" ID="WifiCountryDialog.on_countryEdit_textChanged"></a>
 <h4>WifiCountryDialog.on_countryEdit_textChanged</h4>
 <b>on_countryEdit_textChanged</b>(<i>country</i>)
-
 <p>
         Private slot handling a change of the country.
 </p>
+
 <dl>
 
 <dt><i>country</i> (str)</dt>
@@ -123,4 +121,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial