eric6/Documentation/Source/eric6.Project.MakePropertiesDialog.html

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Project.MakePropertiesDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Project.MakePropertiesDialog</h1>
23 <p>
24 Module implementing a dialog to enter the properties for 'make'.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#MakePropertiesDialog">MakePropertiesDialog</a></td>
34 <td>Class implementing a dialog to enter the properties for 'make'.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="MakePropertiesDialog" ID="MakePropertiesDialog"></a>
43 <h2>MakePropertiesDialog</h2>
44 <p>
45 Class implementing a dialog to enter the properties for 'make'.
46 </p>
47 <h3>Derived from</h3>
48 QDialog, Ui_MakePropertiesDialog
49 <h3>Class Attributes</h3>
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Class Methods</h3>
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Methods</h3>
58 <table>
59 <tr>
60 <td><a href="#MakePropertiesDialog.__init__">MakePropertiesDialog</a></td>
61 <td>Constructor</td>
62 </tr><tr>
63 <td><a href="#MakePropertiesDialog.__updateOkButton">__updateOkButton</a></td>
64 <td>Private slot to update the enabled state of the OK button.</td>
65 </tr><tr>
66 <td><a href="#MakePropertiesDialog.initDialog">initDialog</a></td>
67 <td>Public method to initialize the dialog's data.</td>
68 </tr><tr>
69 <td><a href="#MakePropertiesDialog.storeData">storeData</a></td>
70 <td>Public method to store the entered/modified data.</td>
71 </tr>
72 </table>
73 <h3>Static Methods</h3>
74 <table>
75 <tr><td>None</td></tr>
76 </table>
77 <a NAME="MakePropertiesDialog.__init__" ID="MakePropertiesDialog.__init__"></a>
78 <h4>MakePropertiesDialog (Constructor)</h4>
79 <b>MakePropertiesDialog</b>(<i>project, new, parent=None</i>)
80 <p>
81 Constructor
82 </p><dl>
83 <dt><i>project</i> (Project)</dt>
84 <dd>
85 reference to the project object
86 </dd><dt><i>new</i> (bool)</dt>
87 <dd>
88 flag indicating the generation of a new project
89 </dd><dt><i>parent</i> (QWidget)</dt>
90 <dd>
91 reference to the parent widget of this dialog
92 </dd>
93 </dl><a NAME="MakePropertiesDialog.__updateOkButton" ID="MakePropertiesDialog.__updateOkButton"></a>
94 <h4>MakePropertiesDialog.__updateOkButton</h4>
95 <b>__updateOkButton</b>(<i></i>)
96 <p>
97 Private slot to update the enabled state of the OK button.
98 </p><a NAME="MakePropertiesDialog.initDialog" ID="MakePropertiesDialog.initDialog"></a>
99 <h4>MakePropertiesDialog.initDialog</h4>
100 <b>initDialog</b>(<i></i>)
101 <p>
102 Public method to initialize the dialog's data.
103 </p><a NAME="MakePropertiesDialog.storeData" ID="MakePropertiesDialog.storeData"></a>
104 <h4>MakePropertiesDialog.storeData</h4>
105 <b>storeData</b>(<i></i>)
106 <p>
107 Public method to store the entered/modified data.
108 </p>
109 <div align="right"><a href="#top">Up</a></div>
110 <hr />
111 </body></html>

eric ide

mercurial