Module implementing a search and replace widget for the hex editor.
| None | 
| HexEditSearchReplaceWidget | Class implementing a search and replace widget for the hex editor. | 
| None | 
Class implementing a search and replace widget for the hex editor.
| None | 
| None | 
| HexEditSearchReplaceWidget | Constructor | 
| __bytearray2int | Private method to convert a byte array to an integer value. | 
| __bytearray2text | Private method to convert a byte array to a text. | 
| __convertText | Private method to convert text from one format into another. | 
| __doReplace | Private method to replace one occurrence of data. | 
| __findByReturnPressed | Private slot to handle a return pressed in the find combo. | 
| __getContent | Private method to get the contents of the find/replace combo as a bytearray. | 
| __int2bytearray | Private method to convert an integer to a byte array. | 
| __showFind | Private method to display this widget in find mode. | 
| __showReplace | Private slot to display this widget in replace mode. | 
| __text2bytearray | Private method to convert a text to a byte array. | 
| findPrevNext | Public slot to find the next occurrence of the search term. | 
| keyPressEvent | Protected slot to handle key press events. | 
| on_closeButton_clicked | Private slot to close the widget. | 
| on_findFormatCombo_currentIndexChanged | Private slot to handle a selection from the find format. | 
| on_findNextButton_clicked | Private slot to find the next occurrence. | 
| on_findPrevButton_clicked | Private slot to find the previous occurrence. | 
| on_findtextCombo_activated | Private slot to handle a selection from the find history. | 
| on_findtextCombo_editTextChanged | Private slot to enable/disable the find buttons. | 
| on_replaceAllButton_clicked | Private slot to replace all occurrences of data. | 
| on_replaceButton_clicked | Private slot to replace one occurrence of data. | 
| on_replaceFormatCombo_currentIndexChanged | Private slot to handle a selection from the replace format. | 
| on_replaceSearchButton_clicked | Private slot to replace one occurrence of data and search for the next one. | 
| on_replacetextCombo_activated | Private slot to handle a selection from the replace history. | 
| show | Public slot to show the widget. | 
| None | 
Constructor
Private method to convert a byte array to an integer value.
Private method to convert a byte array to a text.
Private method to convert text from one format into another.
Private method to replace one occurrence of data.
Private slot to handle a return pressed in the find combo.
Private method to get the contents of the find/replace combo as a bytearray.
Private method to convert an integer to a byte array.
Private method to display this widget in find mode.
Private slot to display this widget in replace mode.
Private method to convert a text to a byte array.
Public slot to find the next occurrence of the search term.
Protected slot to handle key press events.
Private slot to close the widget.
Private slot to handle a selection from the find format.
Private slot to find the next occurrence.
Private slot to find the previous occurrence.
Private slot to handle a selection from the find history.
Private slot to enable/disable the find buttons.
Private slot to replace all occurrences of data.
Private slot to replace one occurrence of data.
Private slot to handle a selection from the replace format.
Private slot to replace one occurrence of data and search for the next one.
Private slot to handle a selection from the replace history.
Public slot to show the widget.