84 <td>Private slot to handle the change of the master password.</td> |
84 <td>Private slot to handle the change of the master password.</td> |
85 </tr><tr> |
85 </tr><tr> |
86 <td><a href="#ConfigurationDialog.__preferencesChanged">__preferencesChanged</a></td> |
86 <td><a href="#ConfigurationDialog.__preferencesChanged">__preferencesChanged</a></td> |
87 <td>Private slot to handle a change of the preferences.</td> |
87 <td>Private slot to handle a change of the preferences.</td> |
88 </tr><tr> |
88 </tr><tr> |
|
89 <td><a href="#ConfigurationDialog.accept">accept</a></td> |
|
90 <td></td> |
|
91 </tr><tr> |
89 <td><a href="#ConfigurationDialog.getConfigurationPageName">getConfigurationPageName</a></td> |
92 <td><a href="#ConfigurationDialog.getConfigurationPageName">getConfigurationPageName</a></td> |
90 <td>Public method to get the page name of the current page.</td> |
93 <td>Public method to get the page name of the current page.</td> |
91 </tr><tr> |
94 </tr><tr> |
92 <td><a href="#ConfigurationDialog.setPreferences">setPreferences</a></td> |
95 <td><a href="#ConfigurationDialog.setPreferences">setPreferences</a></td> |
93 <td>Public method called to store the selected values into the preferences storage.</td> |
96 <td>Public method called to store the selected values into the preferences storage.</td> |
140 </dl><a NAME="ConfigurationDialog.__preferencesChanged" ID="ConfigurationDialog.__preferencesChanged"></a> |
143 </dl><a NAME="ConfigurationDialog.__preferencesChanged" ID="ConfigurationDialog.__preferencesChanged"></a> |
141 <h4>ConfigurationDialog.__preferencesChanged</h4> |
144 <h4>ConfigurationDialog.__preferencesChanged</h4> |
142 <b>__preferencesChanged</b>(<i></i>) |
145 <b>__preferencesChanged</b>(<i></i>) |
143 <p> |
146 <p> |
144 Private slot to handle a change of the preferences. |
147 Private slot to handle a change of the preferences. |
145 </p><a NAME="ConfigurationDialog.getConfigurationPageName" ID="ConfigurationDialog.getConfigurationPageName"></a> |
148 </p><a NAME="ConfigurationDialog.accept" ID="ConfigurationDialog.accept"></a> |
|
149 <h4>ConfigurationDialog.accept</h4> |
|
150 <b>accept</b>(<i></i>) |
|
151 <a NAME="ConfigurationDialog.getConfigurationPageName" ID="ConfigurationDialog.getConfigurationPageName"></a> |
146 <h4>ConfigurationDialog.getConfigurationPageName</h4> |
152 <h4>ConfigurationDialog.getConfigurationPageName</h4> |
147 <b>getConfigurationPageName</b>(<i></i>) |
153 <b>getConfigurationPageName</b>(<i></i>) |
148 <p> |
154 <p> |
149 Public method to get the page name of the current page. |
155 Public method to get the page name of the current page. |
150 </p><dl> |
156 </p><dl> |
235 <h2>ConfigurationWidget</h2> |
241 <h2>ConfigurationWidget</h2> |
236 <p> |
242 <p> |
237 Class implementing a dialog for the configuration of eric5. |
243 Class implementing a dialog for the configuration of eric5. |
238 </p><h3>Signals</h3> |
244 </p><h3>Signals</h3> |
239 <dl> |
245 <dl> |
240 <dt>masterPasswordChanged(str, str)</dt> |
246 <dt>accepted()</dt> |
|
247 <dd> |
|
248 emitted to indicate acceptance of the changes |
|
249 </dd><dt>masterPasswordChanged(str, str)</dt> |
241 <dd> |
250 <dd> |
242 emitted after the master |
251 emitted after the master |
243 password has been changed with the old and the new password |
252 password has been changed with the old and the new password |
244 </dd><dt>preferencesChanged()</dt> |
253 </dd><dt>preferencesChanged()</dt> |
245 <dd> |
254 <dd> |
246 emitted after settings have been changed |
255 emitted after settings have been changed |
|
256 </dd><dt>rejected()</dt> |
|
257 <dd> |
|
258 emitted to indicate rejection of the changes |
247 </dd> |
259 </dd> |
248 </dl> |
260 </dl> |
249 <h3>Derived from</h3> |
261 <h3>Derived from</h3> |
250 QWidget |
262 QWidget |
251 <h3>Class Attributes</h3> |
263 <h3>Class Attributes</h3> |
275 <td>Private method to perform the general setup of the configuration widget.</td> |
287 <td>Private method to perform the general setup of the configuration widget.</td> |
276 </tr><tr> |
288 </tr><tr> |
277 <td><a href="#ConfigurationWidget.__showConfigurationPage">__showConfigurationPage</a></td> |
289 <td><a href="#ConfigurationWidget.__showConfigurationPage">__showConfigurationPage</a></td> |
278 <td>Private slot to show a selected configuration page.</td> |
290 <td>Private slot to show a selected configuration page.</td> |
279 </tr><tr> |
291 </tr><tr> |
|
292 <td><a href="#ConfigurationWidget.accept">accept</a></td> |
|
293 <td>Public slot to accept the buttonBox accept signal.</td> |
|
294 </tr><tr> |
280 <td><a href="#ConfigurationWidget.calledFromEric">calledFromEric</a></td> |
295 <td><a href="#ConfigurationWidget.calledFromEric">calledFromEric</a></td> |
281 <td>Public method to check, if invoked from within eric.</td> |
296 <td>Public method to check, if invoked from within eric.</td> |
282 </tr><tr> |
297 </tr><tr> |
283 <td><a href="#ConfigurationWidget.getConfigurationPageName">getConfigurationPageName</a></td> |
298 <td><a href="#ConfigurationWidget.getConfigurationPageName">getConfigurationPageName</a></td> |
284 <td>Public method to get the page name of the current page.</td> |
299 <td>Public method to get the page name of the current page.</td> |
378 reference to the selected item (QTreeWidgetItem) |
393 reference to the selected item (QTreeWidgetItem) |
379 </dd><dt><i>column</i></dt> |
394 </dd><dt><i>column</i></dt> |
380 <dd> |
395 <dd> |
381 column that was selected (integer) (ignored) |
396 column that was selected (integer) (ignored) |
382 </dd> |
397 </dd> |
383 </dl><a NAME="ConfigurationWidget.calledFromEric" ID="ConfigurationWidget.calledFromEric"></a> |
398 </dl><a NAME="ConfigurationWidget.accept" ID="ConfigurationWidget.accept"></a> |
|
399 <h4>ConfigurationWidget.accept</h4> |
|
400 <b>accept</b>(<i></i>) |
|
401 <p> |
|
402 Public slot to accept the buttonBox accept signal. |
|
403 </p><a NAME="ConfigurationWidget.calledFromEric" ID="ConfigurationWidget.calledFromEric"></a> |
384 <h4>ConfigurationWidget.calledFromEric</h4> |
404 <h4>ConfigurationWidget.calledFromEric</h4> |
385 <b>calledFromEric</b>(<i></i>) |
405 <b>calledFromEric</b>(<i></i>) |
386 <p> |
406 <p> |
387 Public method to check, if invoked from within eric. |
407 Public method to check, if invoked from within eric. |
388 </p><dl> |
408 </p><dl> |