The simple solution mentioned in the wiki and in the answer from yttrium is rather fragile, because it does not handle all possible failure scenarios (for example, proxies) and therefore should not be used in a production environment, and, unfortunately, it has become more prolific, therefore anyone who asks for synchronous QNAM just gets a dead end from "using it asynchronously [silly]" or this simple piece of code that will ultimately fail.
I did not find the βrightβ solution made by the Qt team, but this guy on codeproject was decent enough to make a more comprehensive shell that should be much more secure:
http://www.codeproject.com/Articles/484905/Use-QNetworkAccessManager-for-synchronous-download
source share