Fri, 27 Oct 2023 14:09:40 +0200
Regenerated the source documentation with the corrected module parser.
<!DOCTYPE html> <html><head> <title>eric7.UI.InstallInfoDialog</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.UI.InstallInfoDialog</h1> <p> Module implementing a dialog to show information about the installation. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#InstallInfoDialog">InstallInfoDialog</a></td> <td>Class implementing a dialog to show information about the installation.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="InstallInfoDialog" ID="InstallInfoDialog"></a> <h2>InstallInfoDialog</h2> <p> Class implementing a dialog to show information about the installation. </p> <h3>Derived from</h3> QDialog, Ui_InstallInfoDialog <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="#InstallInfoDialog.__init__">InstallInfoDialog</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#InstallInfoDialog.__saveData">__saveData</a></td> <td>Private method to save the data.</td> </tr> <tr> <td><a href="#InstallInfoDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> <td>Private slot deleting the install information file.</td> </tr> <tr> <td><a href="#InstallInfoDialog.on_editButton_toggled">on_editButton_toggled</a></td> <td>Private slot to switch the dialog into edit mode.</td> </tr> <tr> <td><a href="#InstallInfoDialog.on_saveButton_clicked">on_saveButton_clicked</a></td> <td>Private slot handling the save button press.</td> </tr> <tr> <td><a href="#InstallInfoDialog.on_updateButton_clicked">on_updateButton_clicked</a></td> <td>Private slot to show some upgrade instructions.</td> </tr> <tr> <td><a href="#InstallInfoDialog.reject">reject</a></td> <td>Public slot handling the closing of the dialog.</td> </tr> <tr> <td><a href="#InstallInfoDialog.wasLoaded">wasLoaded</a></td> <td>Public method to check, if the install data was loaded.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="InstallInfoDialog.__init__" ID="InstallInfoDialog.__init__"></a> <h4>InstallInfoDialog (Constructor)</h4> <b>InstallInfoDialog</b>(<i>parent=None</i>) <p> Constructor </p> <dl> <dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd> </dl> <a NAME="InstallInfoDialog.__saveData" ID="InstallInfoDialog.__saveData"></a> <h4>InstallInfoDialog.__saveData</h4> <b>__saveData</b>(<i></i>) <p> Private method to save the data. </p> <a NAME="InstallInfoDialog.on_deleteButton_clicked" ID="InstallInfoDialog.on_deleteButton_clicked"></a> <h4>InstallInfoDialog.on_deleteButton_clicked</h4> <b>on_deleteButton_clicked</b>(<i></i>) <p> Private slot deleting the install information file. </p> <a NAME="InstallInfoDialog.on_editButton_toggled" ID="InstallInfoDialog.on_editButton_toggled"></a> <h4>InstallInfoDialog.on_editButton_toggled</h4> <b>on_editButton_toggled</b>(<i>checked</i>) <p> Private slot to switch the dialog into edit mode. </p> <dl> <dt><i>checked</i> (bool)</dt> <dd> flag giving the button check state </dd> </dl> <a NAME="InstallInfoDialog.on_saveButton_clicked" ID="InstallInfoDialog.on_saveButton_clicked"></a> <h4>InstallInfoDialog.on_saveButton_clicked</h4> <b>on_saveButton_clicked</b>(<i></i>) <p> Private slot handling the save button press. </p> <a NAME="InstallInfoDialog.on_updateButton_clicked" ID="InstallInfoDialog.on_updateButton_clicked"></a> <h4>InstallInfoDialog.on_updateButton_clicked</h4> <b>on_updateButton_clicked</b>(<i></i>) <p> Private slot to show some upgrade instructions. </p> <a NAME="InstallInfoDialog.reject" ID="InstallInfoDialog.reject"></a> <h4>InstallInfoDialog.reject</h4> <b>reject</b>(<i></i>) <p> Public slot handling the closing of the dialog. </p> <a NAME="InstallInfoDialog.wasLoaded" ID="InstallInfoDialog.wasLoaded"></a> <h4>InstallInfoDialog.wasLoaded</h4> <b>wasLoaded</b>(<i></i>) <p> Public method to check, if the install data was loaded. </p> <dl> <dt>Return:</dt> <dd> flag indicating the data was loaded </dd> </dl> <dl> <dt>Return Type:</dt> <dd> bool </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>