--- a/WebBrowser/WebBrowserPage.py Tue Feb 13 19:55:23 2018 +0100 +++ b/WebBrowser/WebBrowserPage.py Tue Feb 13 19:59:44 2018 +0100 @@ -43,6 +43,8 @@ malicious web site as determined by safe browsing @signal printRequested() emitted to indicate a print request of the shown web page + @signal navigationRequestAccepted(url, navigation type, main frame) emitted + to signal an accepted navigation request """ if qVersionTuple() >= (5, 7, 0): SafeJsWorld = QWebEngineScript.ApplicationWorld