Module implementing the search bar for the web browser.
None |
SearchWidget | Class implementing the search bar for the web browser. |
None |
Class implementing the search bar for the web browser.
None |
None |
SearchWidget | Constructor |
__findByReturnPressed | Private slot to handle the returnPressed signal of the findtext combobox. |
__findNextPrev | Private slot to find the next occurrence of text. |
__findNextPrevCallback | Private method to process the result of the last search. |
__resetSearch | Private method to reset the last search. |
__searchTextEdited | Private slot to perform an incremental search. |
__setFindtextComboBackground | Private slot to change the findtext combo background to indicate errors. |
findNext | Public slot to find the next occurrence. |
findPrevious | Public slot to find the previous occurrence. |
keyPressEvent | Protected slot to handle key press events. |
on_closeButton_clicked | Private slot to close the widget. |
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. |
showFind | Public method to display this dialog. |
None |
Constructor
Private slot to handle the returnPressed signal of the findtext combobox.
Private slot to find the next occurrence of text.
Private method to process the result of the last search.
Private method to reset the last search.
Private slot to perform an incremental search.
Private slot to change the findtext combo background to indicate errors.
Public slot to find the next occurrence.
Public slot to find the previous occurrence.
Protected slot to handle key press events.
Private slot to close the widget.
Private slot to find the next occurrence.
Private slot to find the previous occurrence.
Private slot to enable/disable the find buttons.
Public method to display this dialog.