Documentation/Source/eric6.Project.MakePropertiesDialog.html

Thu, 18 Oct 2018 18:53:23 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 18 Oct 2018 18:53:23 +0200
changeset 6550
7c20da9a480a
parent 6260
581b0ed6ac47
permissions
-rw-r--r--

Updated source docu.

<!DOCTYPE html>
<html><head>
<title>eric6.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>eric6.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>

eric ide

mercurial