eric6/MicroPython/EspFirmwareSelectionDialog.py

branch
micropython
changeset 7115
fe89c98430b6
parent 7108
4f6133a01c6a
child 7229
53054eb5b15a
equal deleted inserted replaced
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)

eric ide

mercurial