Documentation/Source/eric6.Project.PropertiesDialog.html

changeset 4602
48cc4820e2c2
parent 3673
e26d7d0c1088
child 6260
581b0ed6ac47
equal deleted inserted replaced
4601:0017e7cb67ae 4602:48cc4820e2c2
64 <td>Public method to get the project path.</td> 64 <td>Public method to get the project path.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#PropertiesDialog.getProjectType">getProjectType</a></td> 66 <td><a href="#PropertiesDialog.getProjectType">getProjectType</a></td>
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_dirPicker_textChanged">on_dirPicker_textChanged</a></td>
70 <td>Private slot to display a directory selection dialog.</td>
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> 70 <td>Private slot to handle a change of the project directory.</td>
74 </tr><tr> 71 </tr><tr>
75 <td><a href="#PropertiesDialog.on_languageComboBox_currentIndexChanged">on_languageComboBox_currentIndexChanged</a></td> 72 <td><a href="#PropertiesDialog.on_languageComboBox_currentIndexChanged">on_languageComboBox_currentIndexChanged</a></td>
76 <td>Private slot handling the selection of a programming language.</td> 73 <td>Private slot handling the selection of a programming language.</td>
77 </tr><tr> 74 </tr><tr>
78 <td><a href="#PropertiesDialog.on_mainscriptButton_clicked">on_mainscriptButton_clicked</a></td> 75 <td><a href="#PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog">on_mainscriptPicker_aboutToShowPathPickerDialog</a></td>
79 <td>Private slot to display a file selection dialog.</td> 76 <td>Private slot to perform actions before the main script selection dialog is shown.</td>
77 </tr><tr>
78 <td><a href="#PropertiesDialog.on_mainscriptPicker_pathSelected">on_mainscriptPicker_pathSelected</a></td>
79 <td>Private slot to check the selected main script name.</td>
80 </tr><tr> 80 </tr><tr>
81 <td><a href="#PropertiesDialog.on_spellPropertiesButton_clicked">on_spellPropertiesButton_clicked</a></td> 81 <td><a href="#PropertiesDialog.on_spellPropertiesButton_clicked">on_spellPropertiesButton_clicked</a></td>
82 <td>Private slot to display the spelling properties dialog.</td> 82 <td>Private slot to display the spelling properties dialog.</td>
83 </tr><tr> 83 </tr><tr>
84 <td><a href="#PropertiesDialog.on_transPropertiesButton_clicked">on_transPropertiesButton_clicked</a></td> 84 <td><a href="#PropertiesDialog.on_transPropertiesButton_clicked">on_transPropertiesButton_clicked</a></td>
132 </p><dl> 132 </p><dl>
133 <dt>Returns:</dt> 133 <dt>Returns:</dt>
134 <dd> 134 <dd>
135 selected UI type (string) 135 selected UI type (string)
136 </dd> 136 </dd>
137 </dl><a NAME="PropertiesDialog.on_dirButton_clicked" ID="PropertiesDialog.on_dirButton_clicked"></a> 137 </dl><a NAME="PropertiesDialog.on_dirPicker_textChanged" ID="PropertiesDialog.on_dirPicker_textChanged"></a>
138 <h4>PropertiesDialog.on_dirButton_clicked</h4> 138 <h4>PropertiesDialog.on_dirPicker_textChanged</h4>
139 <b>on_dirButton_clicked</b>(<i></i>) 139 <b>on_dirPicker_textChanged</b>(<i>txt</i>)
140 <p>
141 Private slot to display a directory selection dialog.
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> 140 <p>
146 Private slot to handle a change of the project directory. 141 Private slot to handle a change of the project directory.
147 </p><dl> 142 </p><dl>
148 <dt><i>txt</i></dt> 143 <dt><i>txt</i></dt>
149 <dd> 144 <dd>
157 </p><dl> 152 </p><dl>
158 <dt><i>language</i></dt> 153 <dt><i>language</i></dt>
159 <dd> 154 <dd>
160 selected programming language (string) 155 selected programming language (string)
161 </dd> 156 </dd>
162 </dl><a NAME="PropertiesDialog.on_mainscriptButton_clicked" ID="PropertiesDialog.on_mainscriptButton_clicked"></a> 157 </dl><a NAME="PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog" ID="PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog"></a>
163 <h4>PropertiesDialog.on_mainscriptButton_clicked</h4> 158 <h4>PropertiesDialog.on_mainscriptPicker_aboutToShowPathPickerDialog</h4>
164 <b>on_mainscriptButton_clicked</b>(<i></i>) 159 <b>on_mainscriptPicker_aboutToShowPathPickerDialog</b>(<i></i>)
165 <p> 160 <p>
166 Private slot to display a file selection dialog. 161 Private slot to perform actions before the main script selection dialog
167 </p><a NAME="PropertiesDialog.on_spellPropertiesButton_clicked" ID="PropertiesDialog.on_spellPropertiesButton_clicked"></a> 162 is shown.
163 </p><a NAME="PropertiesDialog.on_mainscriptPicker_pathSelected" ID="PropertiesDialog.on_mainscriptPicker_pathSelected"></a>
164 <h4>PropertiesDialog.on_mainscriptPicker_pathSelected</h4>
165 <b>on_mainscriptPicker_pathSelected</b>(<i>script</i>)
166 <p>
167 Private slot to check the selected main script name.
168 </p><dl>
169 <dt><i>script</i> (str)</dt>
170 <dd>
171 name of the main script
172 </dd>
173 </dl><a NAME="PropertiesDialog.on_spellPropertiesButton_clicked" ID="PropertiesDialog.on_spellPropertiesButton_clicked"></a>
168 <h4>PropertiesDialog.on_spellPropertiesButton_clicked</h4> 174 <h4>PropertiesDialog.on_spellPropertiesButton_clicked</h4>
169 <b>on_spellPropertiesButton_clicked</b>(<i></i>) 175 <b>on_spellPropertiesButton_clicked</b>(<i></i>)
170 <p> 176 <p>
171 Private slot to display the spelling properties dialog. 177 Private slot to display the spelling properties dialog.
172 </p><a NAME="PropertiesDialog.on_transPropertiesButton_clicked" ID="PropertiesDialog.on_transPropertiesButton_clicked"></a> 178 </p><a NAME="PropertiesDialog.on_transPropertiesButton_clicked" ID="PropertiesDialog.on_transPropertiesButton_clicked"></a>

eric ide

mercurial