WebBrowser/WebBrowserPage.py

branch
QtWebEngine
changeset 4787
2a19edf4db14
parent 4768
57da9217196b
child 4788
7076adec8ddd
--- a/WebBrowser/WebBrowserPage.py	Sun Feb 28 18:49:07 2016 +0100
+++ b/WebBrowser/WebBrowserPage.py	Sun Feb 28 18:49:24 2016 +0100
@@ -165,6 +165,10 @@
         self.authenticationRequired.connect(
             WebBrowser.WebBrowserWindow.WebBrowserWindow.networkManager()
             .authentication)
+        
+        self.proxyAuthenticationRequired.connect(
+            WebBrowser.WebBrowserWindow.WebBrowserWindow.networkManager()
+            .proxyAuthentication)
     
     def acceptNavigationRequest(self, url, type_, isMainFrame):
         """

eric ide

mercurial