qnetworkaccessmanager Questions

6

Solved

EDIT: I tried doing what you guys told me in comments ... : Citizen * c = new Citizen(this); QThread thread; c->moveToThread(&thread); connect(&thread, SIGNAL(started()), c, SLOT(Pro...

1

I'm using the following piece of code to make HTTPS requests with a server. QNetworkRequest request; //request.setSslConfiguration(QSslConfiguration::defaultConfiguration()); request.setUrl(QUrl(...
Cervix asked 10/9, 2010 at 10:20

2

Solved

I have been trying this whole day with no success. Please help in solving the issue. On googling I found many users had this issue but nowhere I could find a solution. I am trying to do HTTP post ...
Lawman asked 22/12, 2010 at 13:2

2

Solved

I'm having some trouble with a Qt application; specifically with the QNetworkAccessManager class. I'm attempting to perform a simple HTTP upload of a binary file using the post() method of the QNet...
Coypu asked 10/5, 2010 at 20:35

1

Solved

I'm having trouble accessing the content of QNetworkReply objects. Content appears to be empty or zero. According to the docs (translating from c++ to java) I think I've got this set up correctly, ...
Voorhis asked 3/6, 2010 at 17:49

© 2022 - 2024 — McMap. All rights reserved.