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? Ciao, Alberto