diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Project.CreateDialogCodeDialog.html --- a/src/eric7/Documentation/Source/eric7.Project.CreateDialogCodeDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Project.CreateDialogCodeDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,54 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Project.CreateDialogCodeDialog</h1> - <p> Module implementing a dialog to generate code for a Qt5 dialog. </p> + <h3>Global Attributes</h3> - <table> -<tr><td>parameterNamesListRole</td></tr><tr><td>parameterTypesListRole</td></tr><tr><td>pyqtSignatureRole</td></tr><tr><td>pythonSignatureRole</td></tr><tr><td>returnTypeRole</td></tr> +<tr><td>parameterNamesListRole</td></tr> +<tr><td>parameterTypesListRole</td></tr> +<tr><td>pyqtSignatureRole</td></tr> +<tr><td>pythonSignatureRole</td></tr> +<tr><td>returnTypeRole</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#CreateDialogCodeDialog">CreateDialogCodeDialog</a></td> <td>Class implementing a dialog to generate code for a Qt5 dialog.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="CreateDialogCodeDialog" ID="CreateDialogCodeDialog"></a> <h2>CreateDialogCodeDialog</h2> - <p> Class implementing a dialog to generate code for a Qt5 dialog. </p> + <h3>Derived from</h3> QDialog, Ui_CreateDialogCodeDialog <h3>Class Attributes</h3> - <table> <tr><td>DialogClasses</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#CreateDialogCodeDialog.__init__">CreateDialogCodeDialog</a></td> <td>Constructor</td> @@ -107,19 +108,20 @@ <td>Private slot called to enter the data for a new dialog class.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="CreateDialogCodeDialog.__init__" ID="CreateDialogCodeDialog.__init__"></a> <h4>CreateDialogCodeDialog (Constructor)</h4> <b>CreateDialogCodeDialog</b>(<i>formName, project, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>formName</i> (str)</dt> @@ -138,10 +140,10 @@ <a NAME="CreateDialogCodeDialog.__className" ID="CreateDialogCodeDialog.__className"></a> <h4>CreateDialogCodeDialog.__className</h4> <b>__className</b>(<i></i>) - <p> Private method to get the class name of a form. </p> + <dl> <dt>Return:</dt> <dd> @@ -157,18 +159,18 @@ <a NAME="CreateDialogCodeDialog.__generateCode" ID="CreateDialogCodeDialog.__generateCode"></a> <h4>CreateDialogCodeDialog.__generateCode</h4> <b>__generateCode</b>(<i></i>) - <p> Private slot to generate Python code as requested by the user. </p> + <a NAME="CreateDialogCodeDialog.__mapType" ID="CreateDialogCodeDialog.__mapType"></a> <h4>CreateDialogCodeDialog.__mapType</h4> <b>__mapType</b>(<i>type_</i>) - <p> Private method to map a type as reported by Qt's meta object to the correct Python type. </p> + <dl> <dt><i>type_</i> (QByteArray)</dt> @@ -191,10 +193,10 @@ <a NAME="CreateDialogCodeDialog.__objectName" ID="CreateDialogCodeDialog.__objectName"></a> <h4>CreateDialogCodeDialog.__objectName</h4> <b>__objectName</b>(<i></i>) - <p> Private method to get the object name of a form. </p> + <dl> <dt>Return:</dt> <dd> @@ -210,11 +212,11 @@ <a NAME="CreateDialogCodeDialog.__runUicLoadUi" ID="CreateDialogCodeDialog.__runUicLoadUi"></a> <h4>CreateDialogCodeDialog.__runUicLoadUi</h4> <b>__runUicLoadUi</b>(<i>command</i>) - <p> Private method to run the UicLoadUi.py script with the given command and return the output. </p> + <dl> <dt><i>command</i> (str)</dt> @@ -237,10 +239,10 @@ <a NAME="CreateDialogCodeDialog.__signatures" ID="CreateDialogCodeDialog.__signatures"></a> <h4>CreateDialogCodeDialog.__signatures</h4> <b>__signatures</b>(<i></i>) - <p> Private slot to get the signatures. </p> + <dl> <dt>Return:</dt> <dd> @@ -256,17 +258,17 @@ <a NAME="CreateDialogCodeDialog.__updateSlotsModel" ID="CreateDialogCodeDialog.__updateSlotsModel"></a> <h4>CreateDialogCodeDialog.__updateSlotsModel</h4> <b>__updateSlotsModel</b>(<i></i>) - <p> Private slot to update the slots tree display. </p> + <a NAME="CreateDialogCodeDialog.initError" ID="CreateDialogCodeDialog.initError"></a> <h4>CreateDialogCodeDialog.initError</h4> <b>initError</b>(<i></i>) - <p> Public method to determine, if there was an initialzation error. </p> + <dl> <dt>Return:</dt> <dd> @@ -282,10 +284,10 @@ <a NAME="CreateDialogCodeDialog.on_buttonBox_clicked" ID="CreateDialogCodeDialog.on_buttonBox_clicked"></a> <h4>CreateDialogCodeDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) - <p> Private slot to handle the buttonBox clicked signal. </p> + <dl> <dt><i>button</i> (QAbstractButton)</dt> @@ -296,10 +298,10 @@ <a NAME="CreateDialogCodeDialog.on_classNameCombo_activated" ID="CreateDialogCodeDialog.on_classNameCombo_activated"></a> <h4>CreateDialogCodeDialog.on_classNameCombo_activated</h4> <b>on_classNameCombo_activated</b>(<i>index</i>) - <p> Private slot to handle the activated signal of the classname combo. </p> + <dl> <dt><i>index</i> (int)</dt> @@ -310,10 +312,10 @@ <a NAME="CreateDialogCodeDialog.on_filterEdit_textChanged" ID="CreateDialogCodeDialog.on_filterEdit_textChanged"></a> <h4>CreateDialogCodeDialog.on_filterEdit_textChanged</h4> <b>on_filterEdit_textChanged</b>(<i>text</i>) - <p> Private slot called, when thext of the filter edit has changed. </p> + <dl> <dt><i>text</i> (str)</dt> @@ -324,10 +326,10 @@ <a NAME="CreateDialogCodeDialog.on_newButton_clicked" ID="CreateDialogCodeDialog.on_newButton_clicked"></a> <h4>CreateDialogCodeDialog.on_newButton_clicked</h4> <b>on_newButton_clicked</b>(<i></i>) - <p> Private slot called to enter the data for a new dialog class. </p> + <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>