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 """ |