Helpviewer/HelpBrowserWV.py

changeset 2585
242d6d991ca1
parent 2432
b1a2f9054b28
child 2677
3d4277929fb3
child 2954
bf0215fe12d1
equal deleted inserted replaced
2583:92b902f6455e 2585:242d6d991ca1
488 return [] 488 return []
489 489
490 chain = self.__sslConfiguration.peerCertificateChain() 490 chain = self.__sslConfiguration.peerCertificateChain()
491 return chain 491 return chain
492 492
493 def getSslConfiguration(self):
494 """
495 Public method to return a reference to the current SSL configuration.
496
497 @return reference to the SSL configuration in use (QSslConfiguration)
498 """
499 return self.__sslConfiguration
500
493 def showSslInfo(self, pos): 501 def showSslInfo(self, pos):
494 """ 502 """
495 Public slot to show some SSL information for the loaded page. 503 Public slot to show some SSL information for the loaded page.
496 """ 504 """
497 if SSL_AVAILABLE and self.__sslConfiguration is not None: 505 if SSL_AVAILABLE and self.__sslConfiguration is not None:

eric ide

mercurial