Re: [Interest] Digia to acquire Qt from Nokia

2012-08-10 Thread Loaden
Best news! +best wishes!! 2012/8/9 Eric Landuyt > Hello , > > seems like a very good news: > > http://www.digia.com/en/Home/Company/News/Digia-to-acquire-Qt-from-Nokia/ > > -- > Eric Landuyt, Developer - mailto:e...@datarescue.be > DataRescue sa/nv - http://www.datarescue.com > > ___

[Interest] Question about usage QNetworkRequest with QNetworkRequest::AuthenticationReuseAttribute set to QNetworkRequest::Manual

2012-08-10 Thread Alex Malyushytskyy
I am starting url request as void ubFileManager::startRequest( QUrl _url ) { qDebug() << "url=" << _url; QNetworkRequest request (url); request.setAttribute ( QNetworkRequest::AuthenticationReuseAttribute, QVariant( QNetworkRequest::Manual ) ); // where qnam is instance o

Re: [Interest] [Development] Digia to acquire Qt from Nokia

2012-08-10 Thread d3fault
Can anyone from Digia elaborate on "We also plan to have the widgets properly maintained and developed throughout the 5.x releases" [0]? Might that mean SceneGraph powered QWidgets2? [0] - http://www.digia.com/en/Blogs/Qt-blog/Tuukka-Turunen/Dates/2012/8/Digia-extends-commitment-to-acquire-Qt-from

Re: [Interest] QNetworkAccessManager - how to enforce authentication?

2012-08-10 Thread Richard Moore
On 10 August 2012 02:17, Alex Malyushytskyy wrote: > Even though if it does not sound right for that specific case ( my > experience with web programming is limited, so I do not judge it) > i guess there might be other cases when you might want to reauthorize > user from the application side. See