Sending an HTTP request using QNetworkAccessManager

前端 未结 3 1824
闹比i
闹比i 2020-12-22 12:27

I\'ve got a problem trying to send a request using QNetworkAccessManager from a QObject derived class.

Firstly in my constructor I do the following:

         


        
3条回答
  •  青春惊慌失措
    2020-12-22 13:20

    Ok so it turns out the problem is caused byt the fact that Qt does not include SSL support by default.

    http://doc.qt.nokia.com/4.7/ssl.html

提交回复
热议问题