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. |
__findNextPrevCallback | Private method to process the result of the last search. |
__findPrevNextQTextEdit | Private method to to search the associated edit widget of type QTextEdit. |
__findPrevNextQWebEngineView | Private method to to search the associated edit widget of type QWebEngineView. |
__findPrevNextQWebView | Private method to to search the associated edit widget of type QWebView. |
__setFindtextComboBackground | Private slot to change the findtext combo background to indicate errors. |
__setSearchButtons | Private slot to set the state of the search buttons. |
__setupUi | Private method to generate the UI. |
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 method to process the result of the last search.
Private method to to search the associated edit widget of type QTextEdit.
Private method to to search the associated edit widget of type QWebEngineView.
Private method to to search the associated edit widget of type QWebView.
Private slot to change the findtext combo background to indicate errors.
Private slot to set the state of the search buttons.
Private method to generate the UI.
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.