8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
27 """ | 27 """ |
28 Constructor | 28 Constructor |
29 | 29 |
30 @param parent reference to the parent widget (QWidget) | 30 @param parent reference to the parent widget (QWidget) |
31 """ | 31 """ |
32 super(E5SslCertificatesInfoWidget, self).__init__(parent) | 32 super().__init__(parent) |
33 self.setupUi(self) | 33 self.setupUi(self) |
34 | 34 |
35 self.__chain = [] | 35 self.__chain = [] |
36 | 36 |
37 def showCertificateChain(self, certificateChain): | 37 def showCertificateChain(self, certificateChain): |