[webkit-qt] QtQuick WebView and QNetworkAccessManager
Alexis Menard
alexis at webkit.org
Wed Dec 5 04:40:38 PST 2012
On Wed, Dec 5, 2012 at 8:55 AM, Alberto Mardegan
<mardy at users.sourceforge.net> wrote:
> Hi all!
> I'm trying to port some code from the QtWebkit included in Qt 4.8 to the
> Qt5 QtQuick WebView.
> One point where I'm stuck is how to access the QNetworkAccessManager used by
> the QtQuickWebView, because I want to call setCookieJar() on it.
>
> Is there any way to do this?
No as in Qt5 the QNAM sits in a separate process, the WebProcess one.
There is no solution yet for you to access to it.
Maybe in the future there will be an API to provide such information
to the QNAM, or even the possibility for you to set your own QNAM.
Hope that helps.
>
> Ciao,
> Alberto
> _______________________________________________
> webkit-qt mailing list
> webkit-qt at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-qt
--
Software Engineer @
Intel Open Source Technology Center
More information about the webkit-qt
mailing list