Hi guys, my first message here.
I am trying to use QWebPage. Building a request and setting it through QWebFrame->load().
If page contains a javascript which is changing window.location - parsing stops right after window.location passed, but no new location is being loaded. loadFinished called once.
What's the problem?