--- 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): """