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
>
> ___
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
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
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