eric6/E5Network/E5SslCertificateSelectionDialog.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7759
51aa6c6b66f7
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
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)

eric ide

mercurial