Quote Originally Posted by qthread View Post
Thanks is it possible to pass a unique value to QNAM and access them via QNetworkReply other than URL ?!
QNetworkReply is a QObject derived class, you can set any value as a dynamic property.
See QObject::setProperty.

Cheers,
_