Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. manager(new QNetworkAccessManager(this))
  2.  
  3. connect(manager, SIGNAL(downloadProgress(QNetworkReply *)), this, SLOT(test1()));
  4. connect(manager, SIGNAL(error(QNetworkReply *)), this, SLOT(test2()));
  5. connect(manager, SIGNAL(finished(QNetworkReply *)), this, SLOT(test3()));
  6. connect(manager, SIGNAL(metaDataChanged(QNetworkReply *)), this, SLOT(test4()));
  7. connect(manager, SIGNAL(downsslErrorsloadProgress(QNetworkReply *)), this, SLOT(test5()));
  8. connect(manager, SIGNAL(uploadProgress(QNetworkReply *)), this, SLOT(test6()));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement