Re: [Interest] How can I set proxy settings and QNetworkCookieJar with QWebEngine

2016-02-24 Thread NoRulez
Ok i think the most is solved in Qt 5.6.0 rc. Thanks Am 22.02.2016 um 11:08 schrieb Koehne Kai : >> -Original Message- >> From: NoRulez [mailto:noru...@me.com] >> [...] >>> Could you elaborate? >> >> >> In the Qt 5.5 examples there are a CookieJar example with QWebEngine. But >> in the

Re: [Interest] How can I set proxy settings and QNetworkCookieJar with QWebEngine

2016-02-22 Thread Koehne Kai
> -Original Message- > From: NoRulez [mailto:noru...@me.com] > [...] > > Could you elaborate? > > > In the Qt 5.5 examples there are a CookieJar example with QWebEngine. But > in the Qt 5.6 beta this example and functions are removed. See for example: > http://doc.qt.io/qt-5/qtwebenginewi

Re: [Interest] How can I set proxy settings and QNetworkCookieJar with QWebEngine

2016-02-22 Thread NoRulez
ct >> MailingList >> Subject: [Interest] How can I set proxy settings and QNetworkCookieJar with >> QWebEngine >> >> Hello, >> >> first, I know that I can't use QNetworkCookieJar with QWebEngine, but what >> are the new alternatives to set the Coo

Re: [Interest] How can I set proxy settings and QNetworkCookieJar with QWebEngine

2016-02-21 Thread Koehne Kai
> -Original Message- > From: Interest [mailto:interest- > bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of > NoRulez > Sent: Sunday, February 21, 2016 4:14 AM > To: QtWebEngine MailingList ; Qt Project > MailingList > Subject: [Interest] How can

[Interest] How can I set proxy settings and QNetworkCookieJar with QWebEngine

2016-02-20 Thread NoRulez
Hello, first, I know that I can't use QNetworkCookieJar with QWebEngine, but what are the new alternatives to set the CookieJar and Proxy settings with QWebEngine? Users which saved cookies with CookieJar (ini file) from QWebKit, how can these load an save those with QWebEngine? It was possible