[webkit-dev] Webkit-QT and DOM

Adam Treat treat at kde.org
Sat Sep 15 04:30:05 PDT 2007


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



More information about the webkit-dev mailing list