Re: [Interest] Have the Websocket QML component go through QNetworkAccessManager

2014-06-17 Thread Kurt Pattyn
> On 17 Jun 2014, at 19:09, Ian Monroe wrote: > >> On Mon, Jun 9, 2014 at 10:00 AM, Rémi Jannel wrote: >> Hi, >> >> I am using the QWebsockets that is part of the release of Qt5.3.0 in QML. I >> would like the requests to go through my QNetworkAccessManager but haven't >> been able to make it

Re: [Interest] Have the Websocket QML component go through QNetworkAccessManager

2014-06-17 Thread Kurt Pattyn
> On 09 Jun 2014, at 19:00, Rémi Jannel wrote: > > Hi, > > I am using the QWebsockets that is part of the release of Qt5.3.0 in QML. I > would like the requests to go through my QNetworkAccessManager but haven't > been able to make it work. > > I am setting the QNetworkAccessManager like th

Re: [Interest] Have the Websocket QML component go through QNetworkAccessManager

2014-06-17 Thread Ian Monroe
On Mon, Jun 9, 2014 at 10:00 AM, Rémi Jannel wrote: > Hi, > > I am using the QWebsockets that is part of the release of Qt5.3.0 in QML. I > would like the requests to go through my QNetworkAccessManager but haven't > been able to make it work. > > I am setting the QNetworkAccessManager like this o

[Interest] Have the Websocket QML component go through QNetworkAccessManager

2014-06-16 Thread Rémi Jannel
Hi, I am using the QWebsockets that is part of the release of Qt5.3.0 in QML. I would like the requests to go through my QNetworkAccessManager but haven't been able to make it work. I am setting the QNetworkAccessManager like this on my QQuickView: this->rootContext()->engine()->setNetworkAccessM