105 self.infoLabel.setText(self.tr("Expression was not found.")) |
105 self.infoLabel.setText(self.tr("Expression was not found.")) |
106 self.__setFindtextComboBackground(True) |
106 self.__setFindtextComboBackground(True) |
107 else: |
107 else: |
108 self.infoLabel.setText( |
108 self.infoLabel.setText( |
109 self.tr("Match {0} of {1}").format( |
109 self.tr("Match {0} of {1}").format( |
110 result.activeMatch(), result.numberOfMatches() |
110 result.activeMatch(), result.numberOfMatches() |
111 ) |
111 ) |
112 ) |
112 ) |
113 |
113 |
114 @pyqtSlot() |
114 @pyqtSlot() |
115 def on_findNextButton_clicked(self): |
115 def on_findNextButton_clicked(self): |