eric7/PipInterface/PipPackagesWidget.py

branch
eric7
changeset 9114
d8abe530dae0
parent 9108
19a57544f32c
child 9117
c6afba2049cf
equal deleted inserted replaced
9113:226ef65942c3 9114:d8abe530dae0
1486 @param checked flag indicating the state of the check box 1486 @param checked flag indicating the state of the check box
1487 @type bool 1487 @type bool
1488 """ 1488 """
1489 if checked: 1489 if checked:
1490 self.__updateVulnerabilityData(clearFirst=True) 1490 self.__updateVulnerabilityData(clearFirst=True)
1491
1492 self.packagesList.header().setSectionHidden(
1493 PipPackagesWidget.VulnerabilityColumn, not checked)
1491 1494
1492 @pyqtSlot() 1495 @pyqtSlot()
1493 def __clearVulnerabilityInfo(self): 1496 def __clearVulnerabilityInfo(self):
1494 """ 1497 """
1495 Private slot to clear the vulnerability info. 1498 Private slot to clear the vulnerability info.

eric ide

mercurial