src/eric7/Documentation/Source/eric7.UI.FindFileWidget.html

branch
eric7
changeset 10435
c712d09cc839
parent 10433
328f3ec4b77a
child 10479
856476537696
equal deleted inserted replaced
10434:1540e501785f 10435:c712d09cc839
322 <tr> 322 <tr>
323 <td><a href="#FindFileWidget.on_dirPicker_editTextChanged">on_dirPicker_editTextChanged</a></td> 323 <td><a href="#FindFileWidget.on_dirPicker_editTextChanged">on_dirPicker_editTextChanged</a></td>
324 <td>Private slot to handle the textChanged signal of the directory picker.</td> 324 <td>Private slot to handle the textChanged signal of the directory picker.</td>
325 </tr> 325 </tr>
326 <tr> 326 <tr>
327 <td><a href="#FindFileWidget.on_escapeToolButton_toggled">on_escapeToolButton_toggled</a></td>
328 <td>Private slot handling a change of the escape selector.</td>
329 </tr>
330 <tr>
327 <td><a href="#FindFileWidget.on_filterCheckBox_clicked">on_filterCheckBox_clicked</a></td> 331 <td><a href="#FindFileWidget.on_filterCheckBox_clicked">on_filterCheckBox_clicked</a></td>
328 <td>Private slot to handle the selection of the file filter check box.</td> 332 <td>Private slot to handle the selection of the file filter check box.</td>
329 </tr> 333 </tr>
330 <tr> 334 <tr>
331 <td><a href="#FindFileWidget.on_filterEdit_textEdited">on_filterEdit_textEdited</a></td> 335 <td><a href="#FindFileWidget.on_filterEdit_textEdited">on_filterEdit_textEdited</a></td>
344 <td>Private slot to handle the selection of the 'Open Files' radio button.</td> 348 <td>Private slot to handle the selection of the 'Open Files' radio button.</td>
345 </tr> 349 </tr>
346 <tr> 350 <tr>
347 <td><a href="#FindFileWidget.on_projectButton_clicked">on_projectButton_clicked</a></td> 351 <td><a href="#FindFileWidget.on_projectButton_clicked">on_projectButton_clicked</a></td>
348 <td>Private slot to handle the selection of the 'Project' radio button.</td> 352 <td>Private slot to handle the selection of the 'Project' radio button.</td>
353 </tr>
354 <tr>
355 <td><a href="#FindFileWidget.on_regexpToolButton_toggled">on_regexpToolButton_toggled</a></td>
356 <td>Private slot handling a change of the regexp selector.</td>
349 </tr> 357 </tr>
350 <tr> 358 <tr>
351 <td><a href="#FindFileWidget.on_replaceButton_clicked">on_replaceButton_clicked</a></td> 359 <td><a href="#FindFileWidget.on_replaceButton_clicked">on_replaceButton_clicked</a></td>
352 <td>Private slot to perform the requested replace actions.</td> 360 <td>Private slot to perform the requested replace actions.</td>
353 </tr> 361 </tr>
654 <dt><i>text</i> (str)</dt> 662 <dt><i>text</i> (str)</dt>
655 <dd> 663 <dd>
656 (ignored) 664 (ignored)
657 </dd> 665 </dd>
658 </dl> 666 </dl>
667 <a NAME="FindFileWidget.on_escapeToolButton_toggled" ID="FindFileWidget.on_escapeToolButton_toggled"></a>
668 <h4>FindFileWidget.on_escapeToolButton_toggled</h4>
669 <b>on_escapeToolButton_toggled</b>(<i>checked</i>)
670
671 <p>
672 Private slot handling a change of the escape selector.
673 </p>
674 <dl>
675
676 <dt><i>checked</i> (bool)</dt>
677 <dd>
678 state of the escape selector
679 </dd>
680 </dl>
659 <a NAME="FindFileWidget.on_filterCheckBox_clicked" ID="FindFileWidget.on_filterCheckBox_clicked"></a> 681 <a NAME="FindFileWidget.on_filterCheckBox_clicked" ID="FindFileWidget.on_filterCheckBox_clicked"></a>
660 <h4>FindFileWidget.on_filterCheckBox_clicked</h4> 682 <h4>FindFileWidget.on_filterCheckBox_clicked</h4>
661 <b>on_filterCheckBox_clicked</b>(<i></i>) 683 <b>on_filterCheckBox_clicked</b>(<i></i>)
662 684
663 <p> 685 <p>
725 <b>on_projectButton_clicked</b>(<i></i>) 747 <b>on_projectButton_clicked</b>(<i></i>)
726 748
727 <p> 749 <p>
728 Private slot to handle the selection of the 'Project' radio button. 750 Private slot to handle the selection of the 'Project' radio button.
729 </p> 751 </p>
752 <a NAME="FindFileWidget.on_regexpToolButton_toggled" ID="FindFileWidget.on_regexpToolButton_toggled"></a>
753 <h4>FindFileWidget.on_regexpToolButton_toggled</h4>
754 <b>on_regexpToolButton_toggled</b>(<i>checked</i>)
755
756 <p>
757 Private slot handling a change of the regexp selector.
758 </p>
759 <dl>
760
761 <dt><i>checked</i> (bool)</dt>
762 <dd>
763 state of the regexp selector
764 </dd>
765 </dl>
730 <a NAME="FindFileWidget.on_replaceButton_clicked" ID="FindFileWidget.on_replaceButton_clicked"></a> 766 <a NAME="FindFileWidget.on_replaceButton_clicked" ID="FindFileWidget.on_replaceButton_clicked"></a>
731 <h4>FindFileWidget.on_replaceButton_clicked</h4> 767 <h4>FindFileWidget.on_replaceButton_clicked</h4>
732 <b>on_replaceButton_clicked</b>(<i></i>) 768 <b>on_replaceButton_clicked</b>(<i></i>)
733 769
734 <p> 770 <p>

eric ide

mercurial