9101:1c708303e85a | 9102:78dc7b63a06d |
---|---|
655 checkbox. | 655 checkbox. |
656 | 656 |
657 @param checked state of the checkbox | 657 @param checked state of the checkbox |
658 @type bool | 658 @type bool |
659 """ | 659 """ |
660 self.on_packagesList_itemClicked(self.packagesList.currentItem(), | 660 self.on_packagesList_itemPressed(self.packagesList.currentItem(), |
661 self.packagesList.currentColumn()) | 661 self.packagesList.currentColumn()) |
662 | 662 |
663 @pyqtSlot(bool) | 663 @pyqtSlot(bool) |
664 def on_installedFilesCheckBox_clicked(self, checked): | 664 def on_installedFilesCheckBox_clicked(self, checked): |
665 """ | 665 """ |
667 checkbox. | 667 checkbox. |
668 | 668 |
669 @param checked state of the checkbox | 669 @param checked state of the checkbox |
670 @type bool | 670 @type bool |
671 """ | 671 """ |
672 self.on_packagesList_itemClicked(self.packagesList.currentItem(), | 672 self.on_packagesList_itemPressed(self.packagesList.currentItem(), |
673 self.packagesList.currentColumn()) | 673 self.packagesList.currentColumn()) |
674 | 674 |
675 @pyqtSlot() | 675 @pyqtSlot() |
676 def on_refreshButton_clicked(self): | 676 def on_refreshButton_clicked(self): |
677 """ | 677 """ |