Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I ask because I can only attach slots to the returned QNetworkReply object after I called post(), naturally. Is it guaranteed that the connections are in place before the request is issued?
It's scheduled in the event loop, to allow you to connect your slots after calling post() :)