src/eric7/Documentation/Source/eric7.Project.PropertiesDialog.html

branch
eric7
changeset 10430
e440aaf179ce
parent 10154
d833c6a8c41f
child 10479
856476537696
equal deleted inserted replaced
10429:643989a1e2bd 10430:e440aaf179ce
179 Public method to get the project path. 179 Public method to get the project path.
180 </p> 180 </p>
181 <dl> 181 <dl>
182 <dt>Return:</dt> 182 <dt>Return:</dt>
183 <dd> 183 <dd>
184 data of the project directory edit (string) 184 data of the project directory edit
185 </dd>
186 </dl>
187 <dl>
188 <dt>Return Type:</dt>
189 <dd>
190 str
185 </dd> 191 </dd>
186 </dl> 192 </dl>
187 <a NAME="PropertiesDialog.getProjectType" ID="PropertiesDialog.getProjectType"></a> 193 <a NAME="PropertiesDialog.getProjectType" ID="PropertiesDialog.getProjectType"></a>
188 <h4>PropertiesDialog.getProjectType</h4> 194 <h4>PropertiesDialog.getProjectType</h4>
189 <b>getProjectType</b>(<i></i>) 195 <b>getProjectType</b>(<i></i>)
192 Public method to get the selected project type. 198 Public method to get the selected project type.
193 </p> 199 </p>
194 <dl> 200 <dl>
195 <dt>Return:</dt> 201 <dt>Return:</dt>
196 <dd> 202 <dd>
197 selected UI type (string) 203 selected UI type
204 </dd>
205 </dl>
206 <dl>
207 <dt>Return Type:</dt>
208 <dd>
209 str
198 </dd> 210 </dd>
199 </dl> 211 </dl>
200 <a NAME="PropertiesDialog.on_dirPicker_textChanged" ID="PropertiesDialog.on_dirPicker_textChanged"></a> 212 <a NAME="PropertiesDialog.on_dirPicker_textChanged" ID="PropertiesDialog.on_dirPicker_textChanged"></a>
201 <h4>PropertiesDialog.on_dirPicker_textChanged</h4> 213 <h4>PropertiesDialog.on_dirPicker_textChanged</h4>
202 <b>on_dirPicker_textChanged</b>(<i>txt</i>) 214 <b>on_dirPicker_textChanged</b>(<i>txt</i>)
204 <p> 216 <p>
205 Private slot to handle a change of the project directory. 217 Private slot to handle a change of the project directory.
206 </p> 218 </p>
207 <dl> 219 <dl>
208 220
209 <dt><i>txt</i></dt> 221 <dt><i>txt</i> (str)</dt>
210 <dd> 222 <dd>
211 name of the project directory (string) 223 name of the project directory
212 </dd> 224 </dd>
213 </dl> 225 </dl>
214 <a NAME="PropertiesDialog.on_filetypesButton_clicked" ID="PropertiesDialog.on_filetypesButton_clicked"></a> 226 <a NAME="PropertiesDialog.on_filetypesButton_clicked" ID="PropertiesDialog.on_filetypesButton_clicked"></a>
215 <h4>PropertiesDialog.on_filetypesButton_clicked</h4> 227 <h4>PropertiesDialog.on_filetypesButton_clicked</h4>
216 <b>on_filetypesButton_clicked</b>(<i></i>) 228 <b>on_filetypesButton_clicked</b>(<i></i>)

eric ide

mercurial