WebBrowser/WebBrowserPage.py

branch
QtWebEngine
changeset 4787
2a19edf4db14
parent 4768
57da9217196b
child 4788
7076adec8ddd
equal deleted inserted replaced
4786:b149def67c6e 4787:2a19edf4db14
163 self.__featurePermissionRequested) 163 self.__featurePermissionRequested)
164 164
165 self.authenticationRequired.connect( 165 self.authenticationRequired.connect(
166 WebBrowser.WebBrowserWindow.WebBrowserWindow.networkManager() 166 WebBrowser.WebBrowserWindow.WebBrowserWindow.networkManager()
167 .authentication) 167 .authentication)
168
169 self.proxyAuthenticationRequired.connect(
170 WebBrowser.WebBrowserWindow.WebBrowserWindow.networkManager()
171 .proxyAuthentication)
168 172
169 def acceptNavigationRequest(self, url, type_, isMainFrame): 173 def acceptNavigationRequest(self, url, type_, isMainFrame):
170 """ 174 """
171 Public method to determine, if a request may be accepted. 175 Public method to determine, if a request may be accepted.
172 176

eric ide

mercurial