Mon, 09 Jan 2023 11:22:56 +0100
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
<!DOCTYPE html> <html><head> <title>eric7.Project.MakePropertiesDialog</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.Project.MakePropertiesDialog</h1> <p> Module implementing a dialog to enter the properties for 'make'. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#MakePropertiesDialog">MakePropertiesDialog</a></td> <td>Class implementing a dialog to enter the properties for 'make'.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="MakePropertiesDialog" ID="MakePropertiesDialog"></a> <h2>MakePropertiesDialog</h2> <p> Class implementing a dialog to enter the properties for 'make'. </p> <h3>Derived from</h3> QDialog, Ui_MakePropertiesDialog <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="#MakePropertiesDialog.__init__">MakePropertiesDialog</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#MakePropertiesDialog.__updateOkButton">__updateOkButton</a></td> <td>Private slot to update the enabled state of the OK button.</td> </tr> <tr> <td><a href="#MakePropertiesDialog.initDialog">initDialog</a></td> <td>Public method to initialize the dialog's data.</td> </tr> <tr> <td><a href="#MakePropertiesDialog.storeData">storeData</a></td> <td>Public method to store the entered/modified data.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="MakePropertiesDialog.__init__" ID="MakePropertiesDialog.__init__"></a> <h4>MakePropertiesDialog (Constructor)</h4> <b>MakePropertiesDialog</b>(<i>project, new, parent=None</i>) <p> Constructor </p> <dl> <dt><i>project</i> (Project)</dt> <dd> reference to the project object </dd> <dt><i>new</i> (bool)</dt> <dd> flag indicating the generation of a new project </dd> <dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget of this dialog </dd> </dl> <a NAME="MakePropertiesDialog.__updateOkButton" ID="MakePropertiesDialog.__updateOkButton"></a> <h4>MakePropertiesDialog.__updateOkButton</h4> <b>__updateOkButton</b>(<i></i>) <p> Private slot to update the enabled state of the OK button. </p> <a NAME="MakePropertiesDialog.initDialog" ID="MakePropertiesDialog.initDialog"></a> <h4>MakePropertiesDialog.initDialog</h4> <b>initDialog</b>(<i></i>) <p> Public method to initialize the dialog's data. </p> <a NAME="MakePropertiesDialog.storeData" ID="MakePropertiesDialog.storeData"></a> <h4>MakePropertiesDialog.storeData</h4> <b>storeData</b>(<i></i>) <p> Public method to store the entered/modified data. </p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>