eric6/Documentation/Source/eric6.Preferences.ConfigurationDialog.html

changeset 7756
c23a94f7e2e5
parent 7273
391d6b7b1eff
child 7900
72b88fb20261
equal deleted inserted replaced
7755:1f0a5024360c 7756:c23a94f7e2e5
391 <tr> 391 <tr>
392 <td><a href="#ConfigurationWidget.__initPage">__initPage</a></td> 392 <td><a href="#ConfigurationWidget.__initPage">__initPage</a></td>
393 <td>Private method to initialize a configuration page.</td> 393 <td>Private method to initialize a configuration page.</td>
394 </tr> 394 </tr>
395 <tr> 395 <tr>
396 <td><a href="#ConfigurationWidget.__resizeConfigStack">__resizeConfigStack</a></td>
397 <td>Private method to resize the stack of configuration pages.</td>
398 </tr>
399 <tr>
396 <td><a href="#ConfigurationWidget.__searchChildItems">__searchChildItems</a></td> 400 <td><a href="#ConfigurationWidget.__searchChildItems">__searchChildItems</a></td>
397 <td>Private method to enable child items based on a search string.</td> 401 <td>Private method to enable child items based on a search string.</td>
398 </tr> 402 </tr>
399 <tr> 403 <tr>
400 <td><a href="#ConfigurationWidget.__searchTextChanged">__searchTextChanged</a></td> 404 <td><a href="#ConfigurationWidget.__searchTextChanged">__searchTextChanged</a></td>
453 <td>Private slot handling a list entry being expanded.</td> 457 <td>Private slot handling a list entry being expanded.</td>
454 </tr> 458 </tr>
455 <tr> 459 <tr>
456 <td><a href="#ConfigurationWidget.on_resetButton_clicked">on_resetButton_clicked</a></td> 460 <td><a href="#ConfigurationWidget.on_resetButton_clicked">on_resetButton_clicked</a></td>
457 <td>Private slot called to reset the settings of the current page.</td> 461 <td>Private slot called to reset the settings of the current page.</td>
462 </tr>
463 <tr>
464 <td><a href="#ConfigurationWidget.resizeEvent">resizeEvent</a></td>
465 <td>Protected method to handle the resizing of the widget.</td>
458 </tr> 466 </tr>
459 <tr> 467 <tr>
460 <td><a href="#ConfigurationWidget.setPreferences">setPreferences</a></td> 468 <td><a href="#ConfigurationWidget.setPreferences">setPreferences</a></td>
461 <td>Public method called to store the selected values into the preferences storage.</td> 469 <td>Public method called to store the selected values into the preferences storage.</td>
462 </tr> 470 </tr>
553 <dt>Returns:</dt> 561 <dt>Returns:</dt>
554 <dd> 562 <dd>
555 reference to the initialized page 563 reference to the initialized page
556 </dd> 564 </dd>
557 </dl> 565 </dl>
566 <a NAME="ConfigurationWidget.__resizeConfigStack" ID="ConfigurationWidget.__resizeConfigStack"></a>
567 <h4>ConfigurationWidget.__resizeConfigStack</h4>
568 <b>__resizeConfigStack</b>(<i></i>)
569
570 <p>
571 Private method to resize the stack of configuration pages.
572 </p>
558 <a NAME="ConfigurationWidget.__searchChildItems" ID="ConfigurationWidget.__searchChildItems"></a> 573 <a NAME="ConfigurationWidget.__searchChildItems" ID="ConfigurationWidget.__searchChildItems"></a>
559 <h4>ConfigurationWidget.__searchChildItems</h4> 574 <h4>ConfigurationWidget.__searchChildItems</h4>
560 <b>__searchChildItems</b>(<i>parent, text</i>) 575 <b>__searchChildItems</b>(<i>parent, text</i>)
561 576
562 <p> 577 <p>
772 <b>on_resetButton_clicked</b>(<i></i>) 787 <b>on_resetButton_clicked</b>(<i></i>)
773 788
774 <p> 789 <p>
775 Private slot called to reset the settings of the current page. 790 Private slot called to reset the settings of the current page.
776 </p> 791 </p>
792 <a NAME="ConfigurationWidget.resizeEvent" ID="ConfigurationWidget.resizeEvent"></a>
793 <h4>ConfigurationWidget.resizeEvent</h4>
794 <b>resizeEvent</b>(<i>evt</i>)
795
796 <p>
797 Protected method to handle the resizing of the widget.
798 </p>
799 <dl>
800
801 <dt><i>evt</i> (QResizeEvent)</dt>
802 <dd>
803 reference to the event object
804 </dd>
805 </dl>
777 <a NAME="ConfigurationWidget.setPreferences" ID="ConfigurationWidget.setPreferences"></a> 806 <a NAME="ConfigurationWidget.setPreferences" ID="ConfigurationWidget.setPreferences"></a>
778 <h4>ConfigurationWidget.setPreferences</h4> 807 <h4>ConfigurationWidget.setPreferences</h4>
779 <b>setPreferences</b>(<i></i>) 808 <b>setPreferences</b>(<i></i>)
780 809
781 <p> 810 <p>

eric ide

mercurial