69 and bool(self.rx_rev.fullmatch(self.tag2Combo.currentText())) |
70 and bool(self.rx_rev.fullmatch(self.tag2Combo.currentText())) |
70 ) |
71 ) |
71 ) |
72 ) |
72 ) |
73 ) |
73 |
74 |
|
75 @pyqtSlot(str) |
74 def on_tag1Combo_editTextChanged(self, text): |
76 def on_tag1Combo_editTextChanged(self, text): |
75 """ |
77 """ |
76 Private slot to handle the tag1Combo editTextChanged signal. |
78 Private slot to handle the tag1Combo editTextChanged signal. |
77 |
79 |
78 @param text text of the combo (string) |
80 @param text text of the combo (string) |
79 """ |
81 """ |
80 self.__enableOkButton() |
82 self.__enableOkButton() |
81 |
83 |
|
84 @pyqtSlot(str) |
82 def on_tag2Combo_editTextChanged(self, text): |
85 def on_tag2Combo_editTextChanged(self, text): |
83 """ |
86 """ |
84 Private slot to handle the tag2Combo editTextChanged signal. |
87 Private slot to handle the tag2Combo editTextChanged signal. |
85 |
88 |
86 @param text text of the combo (string) |
89 @param text text of the combo (string) |