Qt5中comboBox控件更新列表内容self.comboBox.currentIndexChanged.disconnect(self.showkpi)list p_warn_cell[小区名称_故障小区]self.comboBox.clear()self.comboBox.addItems(list)self.comboBox.currentIndexChanged.connect(self.showkpi)