7114:f416440c8be1 | 7115:fe89c98430b6 |
---|---|
72 @pyqtSlot(str) | 72 @pyqtSlot(str) |
73 def on_espComboBox_currentTextChanged(self, chip): | 73 def on_espComboBox_currentTextChanged(self, chip): |
74 """ | 74 """ |
75 Private slot to handle the selection of a chip type. | 75 Private slot to handle the selection of a chip type. |
76 | 76 |
77 @param chip selected chip type | 77 @param chip selected chip type |
78 @type str | 78 @type str |
79 """ | 79 """ |
80 self.__updateOkButton() | 80 self.__updateOkButton() |
81 | 81 |
82 @pyqtSlot(str) | 82 @pyqtSlot(str) |