How can a QWebView be configured to lower network timeout values – so that in the event of the network failure the loadFinished(bool ok) signal can be reached sooner, obviously, with a false value and an appropriate error condition set?
Bonus points for handling different timeouts differently
Standard errors and successful page loading will trigger loadFinished the same way as before, but a custom timer will stop the webpage loading and trigger loadFinished with ok=False