Awesome q2a theme

How to get the request ready-made Qt application?

0 like 0 dislike
37 views
Before trying to build a project with static linking, compiler the source code of Qt specified in the Qt Creator sets, and there is warning shows that the MinGW C++ 5.3... can't generate code for the Qt version ... . Left.
Then he threw the dll libraries with the Assembly, the application starts but pressing the button does not send the http request. In the method that sent the request, he did, but for some reason he ignored this piece:
currentRequest = new QNetworkRequest(QUrl("someurl")); manager->get(*currentRequest);

and then performed the rest of the code.
What can it be how to solve this problem?
by | 37 views

1 Answer

0 like 0 dislike
You have determined that it is not sent? On the status of the server response or just guessing? The get method returns doc.qt.io/qt-5/qnetworkreply.html. There you can see the error, if any, to wait for completion of a request, and read response.
by

Related questions

0 like 0 dislike
1 answer
0 like 0 dislike
1 answer
asked Apr 12, 2019 by terminator-light
0 like 0 dislike
1 answer
asked Apr 13, 2019 by TechNOIR
0 like 0 dislike
1 answer
110,608 questions
257,187 answers
0 comments
40,796 users