Hi All,
Does anyone know of a way to perform an asynchronous copy of a file on a system from 'directory A' to 'directory B', without putting a call to the QFile copy command in a thread. I know i could do this, but i'm wondering whether i've missed a qt function which can do this already. I need to do this because ive got large files to copy, and want to stop my app's GUI from freezing.
regards,
David


Reply With Quote
rocessEvents(), to process any events in the queue. This improved the app's responsiveness.

Bookmarks