hi all.
i'm a newbie in qt programmin, so please be patient.
i'm writing a qt library and i need to perform an http request to a remote server and, of course, read the response.
i don't need at all to use the signals and slots system, because i have to wait for the http call to finish before going on with the code.
is there a way to do that? i prefer to use the new network api, if possible

thanks

christian