690 @type QPoint |
690 @type QPoint |
691 """ |
691 """ |
692 if SSL_AVAILABLE and self.__sslConfiguration is not None: |
692 if SSL_AVAILABLE and self.__sslConfiguration is not None: |
693 from EricNetwork.EricSslInfoWidget import EricSslInfoWidget |
693 from EricNetwork.EricSslInfoWidget import EricSslInfoWidget |
694 widget = EricSslInfoWidget(self.url(), self.__sslConfiguration, |
694 widget = EricSslInfoWidget(self.url(), self.__sslConfiguration, |
695 self.view()) |
695 self.view()) |
696 widget.showAt(pos) |
696 widget.showAt(pos) |
697 else: |
697 else: |
698 EricMessageBox.warning( |
698 EricMessageBox.warning( |
699 self.view(), |
699 self.view(), |
700 self.tr("SSL Info"), |
700 self.tr("SSL Info"), |