QWebView not loading external resources
- by Nick
Hi.
I'm working on a kiosk web browser using Qt and PyQt4. QWebView seems to work quite well except for one quirk.
If a URL fails to load for any reason, I want to redirect the user to a custom error page. I've done this using the loadFinished() signal to check the result, and change the URL to the custom page if necessary using QWebView.load().…