91 self.findtextCombo.currentText(), |
91 self.findtextCombo.currentText(), |
92 self.caseCheckBox.isChecked(), |
92 self.caseCheckBox.isChecked(), |
93 self.__findBackwards, |
93 self.__findBackwards, |
94 self.wrapCheckBox.isChecked(), |
94 self.wrapCheckBox.isChecked(), |
95 False): |
95 False): |
96 self.infoLabel.setText(self.trUtf8("Expression was not found.")) |
96 self.infoLabel.setText(self.tr("Expression was not found.")) |
97 self.__setFindtextComboBackground(True) |
97 self.__setFindtextComboBackground(True) |
98 |
98 |
99 @pyqtSlot(bool) |
99 @pyqtSlot(bool) |
100 def on_highlightAllCheckBox_toggled(self, checked): |
100 def on_highlightAllCheckBox_toggled(self, checked): |
101 """ |
101 """ |