522 @pyqtSlot(str) |
522 @pyqtSlot(str) |
523 def on_fieldCombo_activated(self, txt): |
523 def on_fieldCombo_activated(self, txt): |
524 """ |
524 """ |
525 Private slot called, when a new filter field is selected. |
525 Private slot called, when a new filter field is selected. |
526 |
526 |
527 @param txt text of the selected field (QString) |
527 @param txt text of the selected field (string) |
528 """ |
528 """ |
529 self.__filterLogs() |
529 self.__filterLogs() |
530 |
530 |
531 @pyqtSlot(str) |
531 @pyqtSlot(str) |
532 def on_rxEdit_textChanged(self, txt): |
532 def on_rxEdit_textChanged(self, txt): |