Hi,

I am using QWebPage to load urls. Sometimes url redirects to different url
(either using http redirect or by using javascript).

What I am trying to accomplish here is- if a redirect occur, stop rendering
the page and simply print/return the redirected url. I connected QWebFrame's
signal -urlChanged and then tried to call

page->triggerAction( QWebPage::Stop);

But my process crashes.

So is there a way to accomplish what I am trying to do here and how?

Thanks,
Tarandeep
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to