41 """ |
41 """ |
42 super(E5SslCertificateSelectionDialog, self).__init__(parent) |
42 super(E5SslCertificateSelectionDialog, self).__init__(parent) |
43 self.setupUi(self) |
43 self.setupUi(self) |
44 |
44 |
45 self.viewButton.setIcon( |
45 self.viewButton.setIcon( |
46 UI.PixmapCache.getIcon("certificates.png")) |
46 UI.PixmapCache.getIcon("certificates")) |
47 |
47 |
48 self.buttonBox.button(QDialogButtonBox.OK).setEnabled(False) |
48 self.buttonBox.button(QDialogButtonBox.OK).setEnabled(False) |
49 self.viewButton.setEnabled(False) |
49 self.viewButton.setEnabled(False) |
50 |
50 |
51 self.__populateCertificatesTree(certificates) |
51 self.__populateCertificatesTree(certificates) |