Helpviewer/HelpBrowserWV.py

changeset 658
2856f7ea6780
parent 657
099d1ab9073e
child 659
b53e67ae2021
equal deleted inserted replaced
657:099d1ab9073e 658:2856f7ea6780
324 Public method to get a reference to the SSL info object. 324 Public method to get a reference to the SSL info object.
325 325
326 @return reference to the SSL info (QSslCertificate) 326 @return reference to the SSL info (QSslCertificate)
327 """ 327 """
328 return self.__sslInfo 328 return self.__sslInfo
329
330 def showSslInfo(self):
331 """
332 Public slot to show some SSL information for the loaded page.
333 """
334 # TODO: add code to show SSL data
329 335
330 ########################################################################################## 336 ##########################################################################################
331 337
332 class HelpBrowser(QWebView): 338 class HelpBrowser(QWebView):
333 """ 339 """

eric ide

mercurial