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 occurance 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 occurance of text. |
findPrev | Public slot to find the next previous of text. |
on_findNextButton_clicked | Private slot to find the next occurance of text. |
on_findPrevButton_clicked | Private slot to find the previous occurance of text. |
on_findtextCombo_editTextChanged | Private slot to enable/disable the find buttons. |
on_replaceAllButton_clicked | Private slot to replace all occurances of text. |
on_replaceButton_clicked | Private slot to replace one occurance of text. |
show | Overridden slot from QDialog. |
Constructor
Private method to find the next occurance 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 occurance of text.
Public slot to find the next previous of text.
Private slot to find the next occurance of text.
Private slot to find the previous occurance of text.
Private slot to enable/disable the find buttons.
Private slot to replace all occurances of text.
Private slot to replace one occurance of text.
Overridden slot from QDialog.