Helpviewer/SearchWidget.py

changeset 3190
a9a94491c4fd
parent 3160
209a07d7e401
child 3484
645c12de6b0c
equal deleted inserted replaced
3189:9a21c547de5f 3190:a9a94491c4fd
89 self.findtextCombo.currentText(), 89 self.findtextCombo.currentText(),
90 self.caseCheckBox.isChecked(), 90 self.caseCheckBox.isChecked(),
91 self.__findBackwards, 91 self.__findBackwards,
92 self.wrapCheckBox.isChecked(), 92 self.wrapCheckBox.isChecked(),
93 False): 93 False):
94 self.infoLabel.setText(self.trUtf8("Expression was not found.")) 94 self.infoLabel.setText(self.tr("Expression was not found."))
95 self.__setFindtextComboBackground(True) 95 self.__setFindtextComboBackground(True)
96 96
97 @pyqtSlot(bool) 97 @pyqtSlot(bool)
98 def on_highlightAllCheckBox_toggled(self, checked): 98 def on_highlightAllCheckBox_toggled(self, checked):
99 """ 99 """

eric ide

mercurial