[Qt-interest] main gui thread

Andreas Pakulat apaku at gmx.de
Wed Feb 18 22:30:23 CET 2009


On 18.02.09 18:45:07, Puneet Bisht wrote:
> thanks Andreas,
> if i will not use separate thread , my gui get freeze while processing
> file transfer for a file,
> this is the only reason why i m using separate thread.

Then you're using QProcess in the wrong way. You shouldn't wait for the
process to finish, but simply start it and then connect to its signals
so you get notified when its done. Then start the next download.

And please don't reply to me in private, send your replies to the list.

Andreas

-- 
Troubled day for virgins over 16 who are beautiful and wealthy and live
in eucalyptus trees.



More information about the Qt-interest-old mailing list