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

branch
eric7
changeset 8945
b6be65111565
parent 8926
2855492d8ea6
equal deleted inserted replaced
8944:84ff40a56784 8945:b6be65111565
67 <tr> 67 <tr>
68 <td><a href="#EspFirmwareSelectionDialog.getData">getData</a></td> 68 <td><a href="#EspFirmwareSelectionDialog.getData">getData</a></td>
69 <td>Public method to get the entered data.</td> 69 <td>Public method to get the entered data.</td>
70 </tr> 70 </tr>
71 <tr> 71 <tr>
72 <td><a href="#EspFirmwareSelectionDialog.on_addressEdit_textChanged">on_addressEdit_textChanged</a></td>
73 <td>Private slot handling a change of the address.</td>
74 </tr>
75 <tr>
72 <td><a href="#EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged">on_espComboBox_currentTextChanged</a></td> 76 <td><a href="#EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged">on_espComboBox_currentTextChanged</a></td>
73 <td>Private slot to handle the selection of a chip type.</td> 77 <td>Private slot to handle the selection of a chip type.</td>
74 </tr> 78 </tr>
75 <tr> 79 <tr>
76 <td><a href="#EspFirmwareSelectionDialog.on_firmwarePicker_textChanged">on_firmwarePicker_textChanged</a></td> 80 <td><a href="#EspFirmwareSelectionDialog.on_firmwarePicker_textChanged">on_firmwarePicker_textChanged</a></td>
127 <dt>Return Type:</dt> 131 <dt>Return Type:</dt>
128 <dd> 132 <dd>
129 tuple of (str, str, str, str, str) 133 tuple of (str, str, str, str, str)
130 </dd> 134 </dd>
131 </dl> 135 </dl>
136 <a NAME="EspFirmwareSelectionDialog.on_addressEdit_textChanged" ID="EspFirmwareSelectionDialog.on_addressEdit_textChanged"></a>
137 <h4>EspFirmwareSelectionDialog.on_addressEdit_textChanged</h4>
138 <b>on_addressEdit_textChanged</b>(<i>address</i>)
139
140 <p>
141 Private slot handling a change of the address.
142 </p>
143 <dl>
144
145 <dt><i>address</i> (str)</dt>
146 <dd>
147 entered address
148 </dd>
149 </dl>
132 <a NAME="EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged" ID="EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged"></a> 150 <a NAME="EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged" ID="EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged"></a>
133 <h4>EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged</h4> 151 <h4>EspFirmwareSelectionDialog.on_espComboBox_currentTextChanged</h4>
134 <b>on_espComboBox_currentTextChanged</b>(<i>chip</i>) 152 <b>on_espComboBox_currentTextChanged</b>(<i>chip</i>)
135 153
136 <p> 154 <p>

eric ide

mercurial