438 self.__downloadButton.setEnabled(enable and self.__online) |
438 self.__downloadButton.setEnabled(enable and self.__online) |
439 self.__downloadInstallButton.setEnabled(enable and self.__online) |
439 self.__downloadInstallButton.setEnabled(enable and self.__online) |
440 self.__installButton.setEnabled(enable) |
440 self.__installButton.setEnabled(enable) |
441 |
441 |
442 self.selectedLabel.setText( |
442 self.selectedLabel.setText( |
443 self.tr("Selected: <b>{0}</b>") |
443 self.tr("Selected: <b>{0}</b>").format( |
444 .format(len(self.repositoryList.selectedItems())) |
444 len(self.repositoryList.selectedItems()) |
|
445 ) |
445 ) |
446 ) |
446 |
447 |
447 def reloadList(self): |
448 def reloadList(self): |
448 """ |
449 """ |
449 Public method to reload the list of plugins. |
450 Public method to reload the list of plugins. |