[Interest] download a file form http

Tony Rietwyk tony at rightsoft.com.au
Thu Jul 5 09:23:05 CEST 2012


> Sent: Thursday, 5 July 2012 4:54 PM
> 
> Hello,
> 
>   I'm trying to use this:
> 
>     http://doc.qt.nokia.com/4.7-snapshot/network-download-main-cpp.html
> 
>  As a base point for downloading files over the network (surprisingly,
there's
> no such support in built to Qt) I merely found this piece of html file.
Could
> someone show me to the whole example? or otherwise, even better ,
> provide a snippet that'd do that without strange things like ""include
> "moc.h""" at the end of the file? :)
> 
> THanks!
> 
> -Sivan

Including the moc output in the cpp file is common practise, as it saves
qmake generating an extra step to compile the moc separately.   Of course,
it relies on the moc step preceding the cpp compile in the build!  

Hope that helps, 

Tony.





More information about the Interest mailing list