src/eric7/Documentation/Source/eric7.MultiProject.AddProjectDialog.html

branch
eric7
changeset 9971
773ad1f1ed22
parent 9209
b99e7fd55fd3
child 10411
f9dedceca6c9
equal deleted inserted replaced
9970:c3686b43f76b 9971:773ad1f1ed22
126 Public slot to retrieve the dialogs data. 126 Public slot to retrieve the dialogs data.
127 </p> 127 </p>
128 <dl> 128 <dl>
129 <dt>Return:</dt> 129 <dt>Return:</dt>
130 <dd> 130 <dd>
131 tuple of five values (string, string, boolean, string, string) 131 tuple of five values giving the project name, the name of the project
132 giving the project name, the name of the project file, a flag 132 file, a flag telling whether the project shall be the main project, a short
133 telling whether the project shall be the main project, a short
134 description for the project and the project category 133 description for the project and the project category
134 </dd>
135 </dl>
136 <dl>
137 <dt>Return Type:</dt>
138 <dd>
139 tuple of (str, str, bool, str, str)
135 </dd> 140 </dd>
136 </dl> 141 </dl>
137 <a NAME="AddProjectDialog.on_filenamePicker_textChanged" ID="AddProjectDialog.on_filenamePicker_textChanged"></a> 142 <a NAME="AddProjectDialog.on_filenamePicker_textChanged" ID="AddProjectDialog.on_filenamePicker_textChanged"></a>
138 <h4>AddProjectDialog.on_filenamePicker_textChanged</h4> 143 <h4>AddProjectDialog.on_filenamePicker_textChanged</h4>
139 <b>on_filenamePicker_textChanged</b>(<i>txt</i>) 144 <b>on_filenamePicker_textChanged</b>(<i>txt</i>)
141 <p> 146 <p>
142 Private slot called when the project filename has changed. 147 Private slot called when the project filename has changed.
143 </p> 148 </p>
144 <dl> 149 <dl>
145 150
146 <dt><i>txt</i></dt> 151 <dt><i>txt</i> (str)</dt>
147 <dd> 152 <dd>
148 text of the edit (string) 153 text of the edit
149 </dd> 154 </dd>
150 </dl> 155 </dl>
151 <a NAME="AddProjectDialog.on_nameEdit_textChanged" ID="AddProjectDialog.on_nameEdit_textChanged"></a> 156 <a NAME="AddProjectDialog.on_nameEdit_textChanged" ID="AddProjectDialog.on_nameEdit_textChanged"></a>
152 <h4>AddProjectDialog.on_nameEdit_textChanged</h4> 157 <h4>AddProjectDialog.on_nameEdit_textChanged</h4>
153 <b>on_nameEdit_textChanged</b>(<i>txt</i>) 158 <b>on_nameEdit_textChanged</b>(<i>txt</i>)
155 <p> 160 <p>
156 Private slot called when the project name has changed. 161 Private slot called when the project name has changed.
157 </p> 162 </p>
158 <dl> 163 <dl>
159 164
160 <dt><i>txt</i></dt> 165 <dt><i>txt</i> (str)</dt>
161 <dd> 166 <dd>
162 text of the edit (string) 167 text of the edit
163 </dd> 168 </dd>
164 </dl> 169 </dl>
165 <div align="right"><a href="#top">Up</a></div> 170 <div align="right"><a href="#top">Up</a></div>
166 <hr /> 171 <hr />
167 </body></html> 172 </body></html>

eric ide

mercurial