Module implementing the search box for the shell and log viewer.
None |
SearchWidget | Class implementing the search box for the shell and log viewer. |
None |
Class implementing the search box for the shell and log viewer.
None |
None |
SearchWidget | Constructor |
__findByReturnPressed | Private slot to handle the returnPressed signal of the findtext combobox. |
__setSearchButtons | Private slot to set the state of the search buttons. |
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. |
searchStringFound | Public slot to indicate that the search string was found. |
showFind | Public method to display this widget. |
None |
Constructor
Private slot to handle the returnPressed signal of the findtext combobox.
Private slot to set the state of the search buttons.
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 slot to indicate that the search string was found.
Public method to display this widget.