I had a look over the example and a few others but didn't manage to get something working: http://gitorious.org/qtwebkit/performance/blobs/master/host-tools/mirror/main.cpp http://www.kdedevelopers.org/node/4317 http://code.google.com/p/aranduka/source/browse/src/epubviewer.py?spec=svn1d5df32bf717651e5ed5d1d22012666ee06d63a2&r=1d5df32bf717651e5ed5d1d22012666ee06d63a2
I am using the Python bindings, so does that open up any additional possibilities? Or is there some way to just tell QIODevice to maintain the buffer? Richard On Wed, Sep 29, 2010 at 9:49 PM, Benjamin Poulain < [email protected]> wrote: > 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 > _______________________________________________ > webkit-qt mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt >
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
