[webkit-qt] How to save data from webkit requests

Benjamin Poulain benjamin.poulain at nokia.com
Wed Sep 29 03:49:32 PDT 2010


On 09/29/2010 02:38 AM, ext Richard Baron Penman wrote:
> Would the solution be to override QNetworkAccessManager::createRequest()
> and create my own custom QNetworkReply objects that maintain the
> returned data?

Yep.

> If so do you know of any examples?

Have a look at the mirror application of 
http://gitorious.org/qtwebkit/performance
It saves visited content to a sqlite database.

cheers,
Benjamin


More information about the webkit-qt mailing list