Fri, 27 Oct 2023 14:09:40 +0200
Regenerated the source documentation with the corrected module parser.
<!DOCTYPE html> <html><head> <title>eric7.MicroPython.Devices.CircuitPythonUpdater.ShowBundlesDialog</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.MicroPython.Devices.CircuitPythonUpdater.ShowBundlesDialog</h1> <p> Module implementing a dialog showing the available bundles and their modules. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#ShowBundlesDialog">ShowBundlesDialog</a></td> <td>Class implementing a dialog showing the available bundles and their modules.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="ShowBundlesDialog" ID="ShowBundlesDialog"></a> <h2>ShowBundlesDialog</h2> <p> Class implementing a dialog showing the available bundles and their modules. </p> <h3>Derived from</h3> QDialog, Ui_ShowBundlesDialog <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="#ShowBundlesDialog.__init__">ShowBundlesDialog</a></td> <td>Constructor</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="ShowBundlesDialog.__init__" ID="ShowBundlesDialog.__init__"></a> <h4>ShowBundlesDialog (Constructor)</h4> <b>ShowBundlesDialog</b>(<i>withModules, parent=None</i>) <p> Constructor </p> <dl> <dt><i>withModules</i> (bool)</dt> <dd> flag indicating to list the modules and their version </dd> <dt><i>parent</i> (QWidget (optional))</dt> <dd> reference to the parent widget (defaults to None) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>