259 self.__updateSearchButton() |
259 self.__updateSearchButton() |
260 |
260 |
261 @pyqtSlot(int) |
261 @pyqtSlot(int) |
262 def on_environmentsComboBox_currentIndexChanged(self, index): |
262 def on_environmentsComboBox_currentIndexChanged(self, index): |
263 """ |
263 """ |
264 Private slot handling the selection of a conda environment. |
264 Private slot handling the selection of a Python environment. |
265 |
265 |
266 @param index index of the selected conda environment |
266 @param index index of the selected Python environment |
267 @type int |
267 @type int |
268 """ |
268 """ |
269 self.__refreshPackagesList() |
269 self.__refreshPackagesList() |
270 |
270 |
271 @pyqtSlot(bool) |
271 @pyqtSlot(bool) |