Documentation/Source/eric5.Project.PropertiesDialog.html

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3340
05bea6fa0845
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
67 <td>Public method to get the selected project type.</td> 67 <td>Public method to get the selected project type.</td>
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#PropertiesDialog.on_dirButton_clicked">on_dirButton_clicked</a></td> 69 <td><a href="#PropertiesDialog.on_dirButton_clicked">on_dirButton_clicked</a></td>
70 <td>Private slot to display a directory selection dialog.</td> 70 <td>Private slot to display a directory selection dialog.</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#PropertiesDialog.on_dirEdit_textChanged">on_dirEdit_textChanged</a></td>
73 <td>Private slot to handle a change of the project directory.</td>
74 </tr><tr>
72 <td><a href="#PropertiesDialog.on_languageComboBox_currentIndexChanged">on_languageComboBox_currentIndexChanged</a></td> 75 <td><a href="#PropertiesDialog.on_languageComboBox_currentIndexChanged">on_languageComboBox_currentIndexChanged</a></td>
73 <td>Private slot handling the selection of a programming language.</td> 76 <td>Private slot handling the selection of a programming language.</td>
74 </tr><tr> 77 </tr><tr>
75 <td><a href="#PropertiesDialog.on_mainscriptButton_clicked">on_mainscriptButton_clicked</a></td> 78 <td><a href="#PropertiesDialog.on_mainscriptButton_clicked">on_mainscriptButton_clicked</a></td>
76 <td>Private slot to display a file selection dialog.</td> 79 <td>Private slot to display a file selection dialog.</td>
134 </dl><a NAME="PropertiesDialog.on_dirButton_clicked" ID="PropertiesDialog.on_dirButton_clicked"></a> 137 </dl><a NAME="PropertiesDialog.on_dirButton_clicked" ID="PropertiesDialog.on_dirButton_clicked"></a>
135 <h4>PropertiesDialog.on_dirButton_clicked</h4> 138 <h4>PropertiesDialog.on_dirButton_clicked</h4>
136 <b>on_dirButton_clicked</b>(<i></i>) 139 <b>on_dirButton_clicked</b>(<i></i>)
137 <p> 140 <p>
138 Private slot to display a directory selection dialog. 141 Private slot to display a directory selection dialog.
139 </p><a NAME="PropertiesDialog.on_languageComboBox_currentIndexChanged" ID="PropertiesDialog.on_languageComboBox_currentIndexChanged"></a> 142 </p><a NAME="PropertiesDialog.on_dirEdit_textChanged" ID="PropertiesDialog.on_dirEdit_textChanged"></a>
143 <h4>PropertiesDialog.on_dirEdit_textChanged</h4>
144 <b>on_dirEdit_textChanged</b>(<i>txt</i>)
145 <p>
146 Private slot to handle a change of the project directory.
147 </p><dl>
148 <dt><i>txt</i></dt>
149 <dd>
150 name of the project directory (string)
151 </dd>
152 </dl><a NAME="PropertiesDialog.on_languageComboBox_currentIndexChanged" ID="PropertiesDialog.on_languageComboBox_currentIndexChanged"></a>
140 <h4>PropertiesDialog.on_languageComboBox_currentIndexChanged</h4> 153 <h4>PropertiesDialog.on_languageComboBox_currentIndexChanged</h4>
141 <b>on_languageComboBox_currentIndexChanged</b>(<i>language</i>) 154 <b>on_languageComboBox_currentIndexChanged</b>(<i>language</i>)
142 <p> 155 <p>
143 Private slot handling the selection of a programming language. 156 Private slot handling the selection of a programming language.
144 </p><dl> 157 </p><dl>

eric ide

mercurial