eric6/E5Network/E5SslInfoWidget.py

changeset 7759
51aa6c6b66f7
parent 7533
88261c96484b
child 7780
41420f82c0ac
equal deleted inserted replaced
7758:dd54d33d21d2 7759:51aa6c6b66f7
205 Private slot to show certificate information. 205 Private slot to show certificate information.
206 """ 206 """
207 from .E5SslCertificatesInfoDialog import E5SslCertificatesInfoDialog 207 from .E5SslCertificatesInfoDialog import E5SslCertificatesInfoDialog
208 dlg = E5SslCertificatesInfoDialog( 208 dlg = E5SslCertificatesInfoDialog(
209 self.__configuration.peerCertificateChain()) 209 self.__configuration.peerCertificateChain())
210 dlg.exec_() 210 dlg.exec()
211 211
212 def accept(self): 212 def accept(self):
213 """ 213 """
214 Public method to accept the widget. 214 Public method to accept the widget.
215 """ 215 """

eric ide

mercurial