eric7/Documentation/Source/eric7.MicroPython.EspFirmwareSelectionDialog.html

branch
eric7
changeset 8945
b6be65111565
parent 8926
2855492d8ea6
diff -r 84ff40a56784 -r b6be65111565 eric7/Documentation/Source/eric7.MicroPython.EspFirmwareSelectionDialog.html
--- a/eric7/Documentation/Source/eric7.MicroPython.EspFirmwareSelectionDialog.html	Tue Feb 08 16:22:59 2022 +0100
+++ b/eric7/Documentation/Source/eric7.MicroPython.EspFirmwareSelectionDialog.html	Sat Feb 12 13:02:35 2022 +0100
@@ -69,6 +69,10 @@
 <td>Public method to get the entered data.</td>
 </tr>
 <tr>
+<td><a href="#EspFirmwareSelectionDialog.on_addressEdit_textChanged">on_addressEdit_textChanged</a></td>
+<td>Private slot handling a change of the address.</td>
+</tr>
+<tr>
 <td><a href="#EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged">on_espComboBox_currentTextChanged</a></td>
 <td>Private slot to handle the selection of a chip type.</td>
 </tr>
@@ -129,6 +133,20 @@
 tuple of (str, str, str, str, str)
 </dd>
 </dl>
+<a NAME="EspFirmwareSelectionDialog.on_addressEdit_textChanged" ID="EspFirmwareSelectionDialog.on_addressEdit_textChanged"></a>
+<h4>EspFirmwareSelectionDialog.on_addressEdit_textChanged</h4>
+<b>on_addressEdit_textChanged</b>(<i>address</i>)
+
+<p>
+        Private slot handling a change of the address.
+</p>
+<dl>
+
+<dt><i>address</i> (str)</dt>
+<dd>
+entered address
+</dd>
+</dl>
 <a NAME="EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged" ID="EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged"></a>
 <h4>EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged</h4>
 <b>on_espComboBox_currentTextChanged</b>(<i>chip</i>)

eric ide

mercurial