On Saturday 15 September 2007, william lee wrote:
> And also the API or signal to handle before navigate to somewhere.
> This is really useful, to check something before navigate. I can't find it.

It is in QWebPage:

        virtual NavigationRequestResponse navigationRequested(
                QWebFrame *frame, 
                const QWebNetworkRequest &request, 
                NavigationType type);

Cheers,

Adam
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to