qnetworkaccessmanager
How can I POST Unicode data with QNetworkAcccessManager
I filled a QString object with Unicode data and tried to send it with QNetworkAcccessManager.post method and in server I received some ?????? instead of Unicode characters but the JSON format was vali[详细]
2023-02-14 16:19 分类:问答Getting p12 certificates already installed in system with Qt
I made some research in Google and was unable to find the way to get CA certificates already installed in system[详细]
2023-02-10 09:10 分类:问答QNetworkReply - connection established, first byte written, etc
I\'d like to log the lifetime of a QNetworkReply object. This includes: When the underlying socket connection is established[详细]
2023-02-06 22:51 分类:问答How to read data from QNetworkReply being used by QWebPage?
I use QWebPage to download a webpage as well as all its resources. At the same time I\'d like to get hold on raw data being downloaded by Qt during this process. Doing this by reading data from QNetwo[详细]
2023-01-31 08:43 分类:问答Continuous uploading causes QNetworkReply error "Cannot allocate memory"
I have an Qt application for symbian that receives gps data, stores it into a database and tries to post it to a server. First two steps work fine but continuous posting either crashes my application[详细]
2023-01-19 01:52 分类:问答QTimer timeout problems with QEventLoop and QNAM
I have created my own HTTP class that utilizes QNAM and provides means for sending HTTP requests. It uses QEventLoop for synchronization and QTimer for timeouts.[详细]
2023-01-17 20:34 分类:问答QNetworkRequest and default SSL configuration
I\'m using the following piece of code to make HTTPS requests with a server. QNetworkRequest request; //request.setSslConfiguration(QSslConfiguration::defaultConfiguration());[详细]
2023-01-15 08:30 分类:问答How to download by block with Qt?
For many reasons i need to download file by piece of 1024 byte. I find nothing in QnetworkAccessMan开发者_运维问答ager.[详细]
2023-01-14 10:23 分类:问答Qt Jambi: Accessing the content of QNetworkReply
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, b[详细]
2023-01-01 22:58 分类:问答Uploading a file using post() method of QNetworkAccessManager
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 QNetwo[详细]
2022-12-30 07:20 分类:问答