Module implementing the search and replace dialog.
SearchReplaceDialog | Class implementing the search and replace dialog. |
None |
Class implementing the search and replace dialog.
SearchReplaceDialog | Constructor |
__findNextPrev | Private method to find the next occurrence of the search text. |
__markOccurrences | Private method to mark all occurrences of the search text. |
__showFind | Private method to display this dialog in find mode. |
__showReplace | Private slot to display this dialog in replace mode. |
closeEvent | Private event handler for the close event. |
findNext | Public slot to find the next occurrence of text. |
findPrev | Public slot to find the next previous of text. |
hideEvent | Private event handler for the hide event. |
on_findNextButton_clicked | Private slot to find the next occurrence of text. |
on_findPrevButton_clicked | Private slot to find the previous occurrence of text. |
on_findtextCombo_editTextChanged | Private slot to enable/disable the find buttons. |
on_replaceAllButton_clicked | Private slot to replace all occurrences of text. |
on_replaceButton_clicked | Private slot to replace one occurrence of text. |
show | Overridden slot from QDialog. |
Constructor
Private method to find the next occurrence of the search text.
Private method to mark all occurrences of the search text.
Private method to display this dialog in find mode.
Private slot to display this dialog in replace mode.
Private event handler for the close event.
Public slot to find the next occurrence of text.
Public slot to find the next previous of text.
Private event handler for the hide event.
Private slot to find the next occurrence of text.
Private slot to find the previous occurrence of text.
Private slot to enable/disable the find buttons.
Private slot to replace all occurrences of text.
Private slot to replace one occurrence of text.
Overridden slot from QDialog.