Module implementing a horizontal search widget for QTextEdit.
None |
E5TextEditSearchWidget | Class implementing a horizontal search widget for QTextEdit. |
None |
Class implementing a horizontal search widget for QTextEdit.
None |
None |
E5TextEditSearchWidget | Constructor |
__find | Private method to search the associated text edit. |
__findByReturnPressed | Private slot to handle the returnPressed signal of the findtext combobox. |
__setSearchButtons | Private slot to set the state of the search buttons. |
attachTextEdit | Public method to attach a QTextEdit widget. |
keyPressEvent | Protected slot to handle key press events. |
on_findNextButton_clicked | Private slot to find the next occurrence. |
on_findPrevButton_clicked | Private slot to find the previous occurrence. |
on_findtextCombo_editTextChanged | Private slot to enable/disable the find buttons. |
None |
Constructor
Private method to search the associated text edit.
Private slot to handle the returnPressed signal of the findtext combobox.
Private slot to set the state of the search buttons.
Public method to attach a QTextEdit widget.
Protected slot to handle key press events.
Private slot to find the next occurrence.
Private slot to find the previous occurrence.
Private slot to enable/disable the find buttons.