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

branch
eric7
changeset 9097
213951c41dcd
parent 8596
d64760b2da50
child 9130
21d26ab100ba
--- a/eric7/Documentation/Source/eric7.Project.PropertiesDialog.html	Mon May 23 17:31:02 2022 +0200
+++ b/eric7/Documentation/Source/eric7.Project.PropertiesDialog.html	Mon May 23 18:15:10 2022 +0200
@@ -71,7 +71,7 @@
 <td>Private slot to handle a change of the project directory.</td>
 </tr>
 <tr>
-<td><a href="#PropertiesDialog.on_languageComboBox_currentIndexChanged">on_languageComboBox_currentIndexChanged</a></td>
+<td><a href="#PropertiesDialog.on_languageComboBox_currentTextChanged">on_languageComboBox_currentTextChanged</a></td>
 <td>Private slot handling the selection of a programming language.</td>
 </tr>
 <tr>
@@ -175,18 +175,18 @@
 name of the project directory (string)
 </dd>
 </dl>
-<a NAME="PropertiesDialog.on_languageComboBox_currentIndexChanged" ID="PropertiesDialog.on_languageComboBox_currentIndexChanged"></a>
-<h4>PropertiesDialog.on_languageComboBox_currentIndexChanged</h4>
-<b>on_languageComboBox_currentIndexChanged</b>(<i>index</i>)
+<a NAME="PropertiesDialog.on_languageComboBox_currentTextChanged" ID="PropertiesDialog.on_languageComboBox_currentTextChanged"></a>
+<h4>PropertiesDialog.on_languageComboBox_currentTextChanged</h4>
+<b>on_languageComboBox_currentTextChanged</b>(<i>language</i>)
 
 <p>
         Private slot handling the selection of a programming language.
 </p>
 <dl>
 
-<dt><i>index</i> (int)</dt>
+<dt><i>language</i> (str)</dt>
 <dd>
-index of the current item
+text of the current item
 </dd>
 </dl>
 <a NAME="PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog" ID="PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog"></a>

eric ide

mercurial