eric7/WebBrowser/WebBrowserPage.py

branch
eric7
changeset 8354
12ebd3934fef
parent 8322
b422b4e77d19
child 8356
68ec9c3d4de5
equal deleted inserted replaced
8353:799196d0b05d 8354:12ebd3934fef
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(),

eric ide

mercurial