Currently Im still using the signal and slot method from QNetworkAccessManager connect() method but is there really no way to just get the QNetworkReply without using the signal and slot? Because I tried to just use the manager to post the data and I didnt use the connect() method, my networkreply came back empty, so Im thinking maybe because the reply was retrieved at the wrong time (hence why signal and slot is very good at this part - to be able to get the response when a signal is emitted), but in short there really is no method to not have to use signal and slots?




Reply With Quote


Bookmarks