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. |