diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.MicroPython.ConvertToUF2Dialog.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.ConvertToUF2Dialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.ConvertToUF2Dialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,51 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.MicroPython.ConvertToUF2Dialog</h1> - <p> Module implementing a dialog to convert a .hex or .bin firmware file to .uf2. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#ConvertToUF2Dialog">ConvertToUF2Dialog</a></td> <td>Class implementing a dialog to convert a .hex or .bin firmware file to .uf2.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="ConvertToUF2Dialog" ID="ConvertToUF2Dialog"></a> <h2>ConvertToUF2Dialog</h2> - <p> Class implementing a dialog to convert a .hex or .bin firmware file to .uf2. </p> + <h3>Derived from</h3> QDialog, Ui_ConvertToUF2Dialog <h3>Class Attributes</h3> +<table> +<tr><td>ConvertScript</td></tr> +<tr><td>FamiliesFile</td></tr> +</table> -<table> -<tr><td>ConvertScript</td></tr><tr><td>FamiliesFile</td></tr> -</table> <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#ConvertToUF2Dialog.__init__">ConvertToUF2Dialog</a></td> <td>Constructor</td> @@ -91,19 +89,20 @@ <td>Private slot handling a change of the firmware file name.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="ConvertToUF2Dialog.__init__" ID="ConvertToUF2Dialog.__init__"></a> <h4>ConvertToUF2Dialog (Constructor)</h4> <b>ConvertToUF2Dialog</b>(<i>parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget (optional))</dt> @@ -114,10 +113,10 @@ <a NAME="ConvertToUF2Dialog.__conversionFinished" ID="ConvertToUF2Dialog.__conversionFinished"></a> <h4>ConvertToUF2Dialog.__conversionFinished</h4> <b>__conversionFinished</b>(<i>exitCode, exitStatus</i>) - <p> Private slot handling the end of the conversion process. </p> + <dl> <dt><i>exitCode</i> (int)</dt> @@ -132,46 +131,46 @@ <a NAME="ConvertToUF2Dialog.__populateFamilyComboBox" ID="ConvertToUF2Dialog.__populateFamilyComboBox"></a> <h4>ConvertToUF2Dialog.__populateFamilyComboBox</h4> <b>__populateFamilyComboBox</b>(<i></i>) - <p> Private method to populate the chip family combo box with values read from 'uf2families.json' file. </p> + <a NAME="ConvertToUF2Dialog.__readError" ID="ConvertToUF2Dialog.__readError"></a> <h4>ConvertToUF2Dialog.__readError</h4> <b>__readError</b>(<i></i>) - <p> Private slot to read the standard error channel of the conversion process. </p> + <a NAME="ConvertToUF2Dialog.__readOutput" ID="ConvertToUF2Dialog.__readOutput"></a> <h4>ConvertToUF2Dialog.__readOutput</h4> <b>__readOutput</b>(<i></i>) - <p> Private slot to read the standard output channel of the conversion process. </p> + <a NAME="ConvertToUF2Dialog.__updateConvertButton" ID="ConvertToUF2Dialog.__updateConvertButton"></a> <h4>ConvertToUF2Dialog.__updateConvertButton</h4> <b>__updateConvertButton</b>(<i></i>) - <p> Private method to set the enabled status of the 'Convert' button. </p> + <a NAME="ConvertToUF2Dialog.on_convertButton_clicked" ID="ConvertToUF2Dialog.on_convertButton_clicked"></a> <h4>ConvertToUF2Dialog.on_convertButton_clicked</h4> <b>on_convertButton_clicked</b>(<i></i>) - <p> Private slot activating the conversion process. </p> + <a NAME="ConvertToUF2Dialog.on_familiesComboBox_currentTextChanged" ID="ConvertToUF2Dialog.on_familiesComboBox_currentTextChanged"></a> <h4>ConvertToUF2Dialog.on_familiesComboBox_currentTextChanged</h4> <b>on_familiesComboBox_currentTextChanged</b>(<i>family</i>) - <p> Private slot handling the selection of a chip family. </p> + <dl> <dt><i>family</i> (str)</dt> @@ -182,10 +181,10 @@ <a NAME="ConvertToUF2Dialog.on_firmwarePicker_textChanged" ID="ConvertToUF2Dialog.on_firmwarePicker_textChanged"></a> <h4>ConvertToUF2Dialog.on_firmwarePicker_textChanged</h4> <b>on_firmwarePicker_textChanged</b>(<i>firmware</i>) - <p> Private slot handling a change of the firmware file name. </p> + <dl> <dt><i>firmware</i> (str)</dt> @@ -195,4 +194,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>