Documentation/Source/eric6.Preferences.ConfigurationDialog.html

changeset 4918
71caf42a13d8
parent 4666
bc52ef526e11
child 5651
982465f8389c
equal deleted inserted replaced
4917:682750cc7bd5 4918:71caf42a13d8
65 </dl> 65 </dl>
66 <h3>Derived from</h3> 66 <h3>Derived from</h3>
67 QDialog 67 QDialog
68 <h3>Class Attributes</h3> 68 <h3>Class Attributes</h3>
69 <table> 69 <table>
70 <tr><td>DefaultMode</td></tr><tr><td>HelpBrowserMode</td></tr><tr><td>HexEditorMode</td></tr><tr><td>TrayStarterMode</td></tr> 70 <tr><td>DefaultMode</td></tr><tr><td>HelpBrowserMode</td></tr><tr><td>HexEditorMode</td></tr><tr><td>TrayStarterMode</td></tr><tr><td>WebBrowserMode</td></tr>
71 </table> 71 </table>
72 <h3>Class Methods</h3> 72 <h3>Class Methods</h3>
73 <table> 73 <table>
74 <tr><td>None</td></tr> 74 <tr><td>None</td></tr>
75 </table> 75 </table>
105 <table> 105 <table>
106 <tr><td>None</td></tr> 106 <tr><td>None</td></tr>
107 </table> 107 </table>
108 <a NAME="ConfigurationDialog.__init__" ID="ConfigurationDialog.__init__"></a> 108 <a NAME="ConfigurationDialog.__init__" ID="ConfigurationDialog.__init__"></a>
109 <h4>ConfigurationDialog (Constructor)</h4> 109 <h4>ConfigurationDialog (Constructor)</h4>
110 <b>ConfigurationDialog</b>(<i>parent=None, name=None, modal=False, fromEric=True, displayMode=ConfigurationWidget.DefaultMode, expandedEntries=[]</i>) 110 <b>ConfigurationDialog</b>(<i>parent=None, name=None, modal=False, fromEric=True, displayMode=ConfigurationWidget.DefaultMode, expandedEntries=[], webEngine=False</i>)
111 <p> 111 <p>
112 Constructor 112 Constructor
113 </p><dl> 113 </p><dl>
114 <dt><i>parent</i></dt> 114 <dt><i>parent</i></dt>
115 <dd> 115 <dd>
125 flag indicating a dialog generation from within the 125 flag indicating a dialog generation from within the
126 eric6 ide (boolean) 126 eric6 ide (boolean)
127 </dd><dt><i>displayMode=</i></dt> 127 </dd><dt><i>displayMode=</i></dt>
128 <dd> 128 <dd>
129 mode of the configuration dialog 129 mode of the configuration dialog
130 (DefaultMode, HelpBrowserMode, TrayStarterMode, HexEditorMode) 130 (DefaultMode, HelpBrowserMode, TrayStarterMode, HexEditorMode,
131 WebBrowserMode)
131 </dd><dt><i>expandedEntries=</i></dt> 132 </dd><dt><i>expandedEntries=</i></dt>
132 <dd> 133 <dd>
133 list of entries to be shown expanded 134 list of entries to be shown expanded
134 (list of strings) 135 (list of strings)
136 </dd><dt><i>webEngine=</i></dt>
137 <dd>
138 flag indicating QtWebEngine is used (bool)
135 </dd> 139 </dd>
136 </dl><a NAME="ConfigurationDialog.__masterPasswordChanged" ID="ConfigurationDialog.__masterPasswordChanged"></a> 140 </dl><a NAME="ConfigurationDialog.__masterPasswordChanged" ID="ConfigurationDialog.__masterPasswordChanged"></a>
137 <h4>ConfigurationDialog.__masterPasswordChanged</h4> 141 <h4>ConfigurationDialog.__masterPasswordChanged</h4>
138 <b>__masterPasswordChanged</b>(<i>oldPassword, newPassword</i>) 142 <b>__masterPasswordChanged</b>(<i>oldPassword, newPassword</i>)
139 <p> 143 <p>
280 </dl> 284 </dl>
281 <h3>Derived from</h3> 285 <h3>Derived from</h3>
282 QWidget 286 QWidget
283 <h3>Class Attributes</h3> 287 <h3>Class Attributes</h3>
284 <table> 288 <table>
285 <tr><td>DefaultMode</td></tr><tr><td>HelpBrowserMode</td></tr><tr><td>HexEditorMode</td></tr><tr><td>TrayStarterMode</td></tr> 289 <tr><td>DefaultMode</td></tr><tr><td>HelpBrowserMode</td></tr><tr><td>HexEditorMode</td></tr><tr><td>TrayStarterMode</td></tr><tr><td>WebBrowserMode</td></tr>
286 </table> 290 </table>
287 <h3>Class Methods</h3> 291 <h3>Class Methods</h3>
288 <table> 292 <table>
289 <tr><td>None</td></tr> 293 <tr><td>None</td></tr>
290 </table> 294 </table>
331 <td>Public method to get a reference to the lexers dictionary.</td> 335 <td>Public method to get a reference to the lexers dictionary.</td>
332 </tr><tr> 336 </tr><tr>
333 <td><a href="#ConfigurationWidget.getPage">getPage</a></td> 337 <td><a href="#ConfigurationWidget.getPage">getPage</a></td>
334 <td>Public method to get a reference to the named page.</td> 338 <td>Public method to get a reference to the named page.</td>
335 </tr><tr> 339 </tr><tr>
340 <td><a href="#ConfigurationWidget.isUsingWebEngine">isUsingWebEngine</a></td>
341 <td>Public method to get an indication, if QtWebEngine is being used.</td>
342 </tr><tr>
336 <td><a href="#ConfigurationWidget.on_applyButton_clicked">on_applyButton_clicked</a></td> 343 <td><a href="#ConfigurationWidget.on_applyButton_clicked">on_applyButton_clicked</a></td>
337 <td>Private slot called to apply the settings of the current page.</td> 344 <td>Private slot called to apply the settings of the current page.</td>
338 </tr><tr> 345 </tr><tr>
339 <td><a href="#ConfigurationWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 346 <td><a href="#ConfigurationWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
340 <td>Private slot called by a button of the button box clicked.</td> 347 <td>Private slot called by a button of the button box clicked.</td>
359 <table> 366 <table>
360 <tr><td>None</td></tr> 367 <tr><td>None</td></tr>
361 </table> 368 </table>
362 <a NAME="ConfigurationWidget.__init__" ID="ConfigurationWidget.__init__"></a> 369 <a NAME="ConfigurationWidget.__init__" ID="ConfigurationWidget.__init__"></a>
363 <h4>ConfigurationWidget (Constructor)</h4> 370 <h4>ConfigurationWidget (Constructor)</h4>
364 <b>ConfigurationWidget</b>(<i>parent=None, fromEric=True, displayMode=DefaultMode, expandedEntries=[]</i>) 371 <b>ConfigurationWidget</b>(<i>parent=None, fromEric=True, displayMode=DefaultMode, expandedEntries=[], webEngine=False</i>)
365 <p> 372 <p>
366 Constructor 373 Constructor
367 </p><dl> 374 </p><dl>
368 <dt><i>parent</i></dt> 375 <dt><i>parent</i></dt>
369 <dd> 376 <dd>
373 flag indicating a dialog generation from within the 380 flag indicating a dialog generation from within the
374 eric6 ide (boolean) 381 eric6 ide (boolean)
375 </dd><dt><i>displayMode=</i></dt> 382 </dd><dt><i>displayMode=</i></dt>
376 <dd> 383 <dd>
377 mode of the configuration dialog 384 mode of the configuration dialog
378 (DefaultMode, HelpBrowserMode, TrayStarterMode, HexEditorMode) 385 (DefaultMode, HelpBrowserMode, TrayStarterMode, HexEditorMode,
386 WebBrowserMode)
379 </dd><dt><i>expandedEntries=</i></dt> 387 </dd><dt><i>expandedEntries=</i></dt>
380 <dd> 388 <dd>
381 list of entries to be shown expanded 389 list of entries to be shown expanded
382 (list of strings) 390 (list of strings)
391 </dd><dt><i>webEngine=</i></dt>
392 <dd>
393 flag indicating QtWebEngine is used (bool)
383 </dd> 394 </dd>
384 </dl><dl> 395 </dl><dl>
385 <dt>Raises <b>RuntimeError</b>:</dt> 396 <dt>Raises <b>RuntimeError</b>:</dt>
386 <dd> 397 <dd>
387 raised to indicate an invalid dialog mode 398 raised to indicate an invalid dialog mode
527 <dt>Returns:</dt> 538 <dt>Returns:</dt>
528 <dd> 539 <dd>
529 reference to the page or None, indicating page was 540 reference to the page or None, indicating page was
530 not loaded yet 541 not loaded yet
531 </dd> 542 </dd>
543 </dl><a NAME="ConfigurationWidget.isUsingWebEngine" ID="ConfigurationWidget.isUsingWebEngine"></a>
544 <h4>ConfigurationWidget.isUsingWebEngine</h4>
545 <b>isUsingWebEngine</b>(<i></i>)
546 <p>
547 Public method to get an indication, if QtWebEngine is being used.
548 </p><dl>
549 <dt>Returns:</dt>
550 <dd>
551 flag indicating the use of QtWebEngine
552 </dd>
553 </dl><dl>
554 <dt>Return Type:</dt>
555 <dd>
556 bool
557 </dd>
532 </dl><a NAME="ConfigurationWidget.on_applyButton_clicked" ID="ConfigurationWidget.on_applyButton_clicked"></a> 558 </dl><a NAME="ConfigurationWidget.on_applyButton_clicked" ID="ConfigurationWidget.on_applyButton_clicked"></a>
533 <h4>ConfigurationWidget.on_applyButton_clicked</h4> 559 <h4>ConfigurationWidget.on_applyButton_clicked</h4>
534 <b>on_applyButton_clicked</b>(<i></i>) 560 <b>on_applyButton_clicked</b>(<i></i>)
535 <p> 561 <p>
536 Private slot called to apply the settings of the current page. 562 Private slot called to apply the settings of the current page.
623 <table> 649 <table>
624 <tr><td>None</td></tr> 650 <tr><td>None</td></tr>
625 </table> 651 </table>
626 <a NAME="ConfigurationWindow.__init__" ID="ConfigurationWindow.__init__"></a> 652 <a NAME="ConfigurationWindow.__init__" ID="ConfigurationWindow.__init__"></a>
627 <h4>ConfigurationWindow (Constructor)</h4> 653 <h4>ConfigurationWindow (Constructor)</h4>
628 <b>ConfigurationWindow</b>(<i>parent=None</i>) 654 <b>ConfigurationWindow</b>(<i>parent=None, webEngine=False</i>)
629 <p> 655 <p>
630 Constructor 656 Constructor
631 </p><dl> 657 </p><dl>
632 <dt><i>parent</i></dt> 658 <dt><i>parent</i></dt>
633 <dd> 659 <dd>
634 reference to the parent widget (QWidget) 660 reference to the parent widget (QWidget)
661 </dd><dt><i>webEngine=</i></dt>
662 <dd>
663 flag indicating QtWebEngine is used (bool)
635 </dd> 664 </dd>
636 </dl><a NAME="ConfigurationWindow.accept" ID="ConfigurationWindow.accept"></a> 665 </dl><a NAME="ConfigurationWindow.accept" ID="ConfigurationWindow.accept"></a>
637 <h4>ConfigurationWindow.accept</h4> 666 <h4>ConfigurationWindow.accept</h4>
638 <b>accept</b>(<i></i>) 667 <b>accept</b>(<i></i>)
639 <p> 668 <p>

eric ide

mercurial