E5Network/E5SslCertificatesInfoWidget.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
81 81
82 self.__showCertificate(certificate) 82 self.__showCertificate(certificate)
83 83
84 def __showCertificate(self, certificate): 84 def __showCertificate(self, certificate):
85 """ 85 """
86 Public method to show the SSL certificate information. 86 Private method to show the SSL certificate information.
87 87
88 @param certificate reference to the SSL certificate (QSslCertificate) 88 @param certificate reference to the SSL certificate (QSslCertificate)
89 """ 89 """
90 self.blacklistedLabel.setVisible(False) 90 self.blacklistedLabel.setVisible(False)
91 self.blacklistedLabel.setStyleSheet( 91 self.blacklistedLabel.setStyleSheet(

eric ide

mercurial