688 |
688 |
689 @param pos position to show the info at |
689 @param pos position to show the info at |
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 E5Network.E5SslInfoWidget import E5SslInfoWidget |
693 from EricNetwork.EricSslInfoWidget import EricSslInfoWidget |
694 widget = E5SslInfoWidget(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 E5MessageBox.warning( |
698 E5MessageBox.warning( |
699 self.view(), |
699 self.view(), |