You just call the get() method (or any other operation method) as often as you need to.
Each call returns its own QNetworkReply and therefore has its own status.
You can connect to each of those or to the QNetworkAccessManager's finished() signal (which will then have the finished reply object as its argument):
The only limit I am aware of is connections per hostort pair, which I think is 6.
Cheers,
_
Bookmarks