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

branch
eric7-maintenance
changeset 9111
4ac66b6c33a4
parent 8596
d64760b2da50
child 9130
21d26ab100ba
equal deleted inserted replaced
9049:2b9bd8f97576 9111:4ac66b6c33a4
69 <tr> 69 <tr>
70 <td><a href="#PropertiesDialog.on_dirPicker_textChanged">on_dirPicker_textChanged</a></td> 70 <td><a href="#PropertiesDialog.on_dirPicker_textChanged">on_dirPicker_textChanged</a></td>
71 <td>Private slot to handle a change of the project directory.</td> 71 <td>Private slot to handle a change of the project directory.</td>
72 </tr> 72 </tr>
73 <tr> 73 <tr>
74 <td><a href="#PropertiesDialog.on_languageComboBox_currentIndexChanged">on_languageComboBox_currentIndexChanged</a></td> 74 <td><a href="#PropertiesDialog.on_languageComboBox_currentTextChanged">on_languageComboBox_currentTextChanged</a></td>
75 <td>Private slot handling the selection of a programming language.</td> 75 <td>Private slot handling the selection of a programming language.</td>
76 </tr> 76 </tr>
77 <tr> 77 <tr>
78 <td><a href="#PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog">on_mainscriptPicker_aboutToShowPathPickerDialog</a></td> 78 <td><a href="#PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog">on_mainscriptPicker_aboutToShowPathPickerDialog</a></td>
79 <td>Private slot to perform actions before the main script selection dialog is shown.</td> 79 <td>Private slot to perform actions before the main script selection dialog is shown.</td>
173 <dt><i>txt</i></dt> 173 <dt><i>txt</i></dt>
174 <dd> 174 <dd>
175 name of the project directory (string) 175 name of the project directory (string)
176 </dd> 176 </dd>
177 </dl> 177 </dl>
178 <a NAME="PropertiesDialog.on_languageComboBox_currentIndexChanged" ID="PropertiesDialog.on_languageComboBox_currentIndexChanged"></a> 178 <a NAME="PropertiesDialog.on_languageComboBox_currentTextChanged" ID="PropertiesDialog.on_languageComboBox_currentTextChanged"></a>
179 <h4>PropertiesDialog.on_languageComboBox_currentIndexChanged</h4> 179 <h4>PropertiesDialog.on_languageComboBox_currentTextChanged</h4>
180 <b>on_languageComboBox_currentIndexChanged</b>(<i>index</i>) 180 <b>on_languageComboBox_currentTextChanged</b>(<i>language</i>)
181 181
182 <p> 182 <p>
183 Private slot handling the selection of a programming language. 183 Private slot handling the selection of a programming language.
184 </p> 184 </p>
185 <dl> 185 <dl>
186 186
187 <dt><i>index</i> (int)</dt> 187 <dt><i>language</i> (str)</dt>
188 <dd> 188 <dd>
189 index of the current item 189 text of the current item
190 </dd> 190 </dd>
191 </dl> 191 </dl>
192 <a NAME="PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog" ID="PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog"></a> 192 <a NAME="PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog" ID="PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog"></a>
193 <h4>PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog</h4> 193 <h4>PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog</h4>
194 <b>on_mainscriptPicker_aboutToShowPathPickerDialog</b>(<i></i>) 194 <b>on_mainscriptPicker_aboutToShowPathPickerDialog</b>(<i></i>)

eric ide

mercurial