92 self.__setFindtextComboBackground(True) |
92 self.__setFindtextComboBackground(True) |
93 |
93 |
94 @pyqtSlot(bool) |
94 @pyqtSlot(bool) |
95 def on_highlightAllCheckBox_toggled(self, checked): |
95 def on_highlightAllCheckBox_toggled(self, checked): |
96 """ |
96 """ |
97 Private slot to toggle the highlight of all occurences. |
97 Private slot to toggle the highlight of all occurrences. |
|
98 |
|
99 @param checked flag indicating the check box toggle state (boolean) |
98 """ |
100 """ |
99 cbr = self.__mainWindow.currentBrowser() |
101 cbr = self.__mainWindow.currentBrowser() |
100 if cbr is None: |
102 if cbr is None: |
101 return |
103 return |
102 cbr.findNextPrev( |
104 cbr.findNextPrev( |