eric7/Documentation/Source/eric7.Project.MakePropertiesDialog.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eric7/Documentation/Source/eric7.Project.MakePropertiesDialog.html	Mon May 24 11:19:57 2021 +0200
@@ -0,0 +1,139 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric7.Project.MakePropertiesDialog</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</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>
\ No newline at end of file

eric ide

mercurial