diff -r 83bde5e6f146 -r 0f115f6db6cb E5Network/E5SslInfoWidget.py --- a/E5Network/E5SslInfoWidget.py Sun Jan 12 18:02:33 2014 +0100 +++ b/E5Network/E5SslInfoWidget.py Sun Jan 12 18:31:15 2014 +0100 @@ -32,7 +32,6 @@ self.__url = QUrl(url) self.__configuration = QSslConfiguration(configuration) - self.setAttribute(Qt.WA_DeleteOnClose) self.setMinimumWidth(400) certList = self.__configuration.peerCertificateChain()