Re: [Interest] download a file form http

2012-07-15 Thread Till Oliver Knoll
Am 07.07.12 10:32, schrieb Sivan Greenberg: On Fri, Jul 6, 2012 at 5:44 PM, Till Oliver Knoll till.oliver.kn...@gmail.com wrote: Sivan, it seems to me that you're stumbling over the most basic steps ... So, as stated before, I somewhat believed that Qt can be used even when when you just know

Re: [Interest] download a file form http

2012-07-07 Thread Sivan Greenberg
On Fri, Jul 6, 2012 at 5:44 PM, Till Oliver Knoll till.oliver.kn...@gmail.com wrote: Sivan, it seems to me that you're stumbling over the most basic steps in developing a Qt application, all of which could've been resolved by reading the docs and spending a fine day or so with the tutorials.

Re: [Interest] download a file form http

2012-07-06 Thread Till Oliver Knoll
Am 05.07.2012 um 10:03 schrieb Sivan Greenberg si...@omniqueue.com: Thanks for all of the replies, how do I then make the MOC step happen before everything else in Qt creator or by plainly using qmake? Sivan, it seems to me that you're stumbling over the most basic steps in developing a Qt

Re: [Interest] download a file form http

2012-07-05 Thread Harri Pasanen
QtSDK/Examples/4.7/network/download On 07/05/2012 08:54 AM, Sivan Greenberg wrote: 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

Re: [Interest] download a file form http

2012-07-05 Thread Tony Rietwyk
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

Re: [Interest] download a file form http

2012-07-05 Thread Sivan Greenberg
Thanks for all of the replies, how do I then make the MOC step happen before everything else in Qt creator or by plainly using qmake? (letting qmake do the right thing did not work). Thanks again! -Sivan On Thu, Jul 5, 2012 at 10:23 AM, Tony Rietwyk t...@rightsoft.com.au wrote: Sent:

Re: [Interest] download a file form http

2012-07-05 Thread Tony Rietwyk
Sent: Thursday, 5 July 2012 6:03 PM Thanks for all of the replies, how do I then make the MOC step happen before everything else in Qt creator or by plainly using qmake? (letting qmake do the right thing did not work). Thanks again! -Sivan It depends on your tool-chain, and how you