PDA

View Full Version : progress of download operation



sanjeet
10th November 2011, 11:30
Hi,

In my application, we have to download/upload some file from network.
for this i have to display progress of download in foreground and blocking the rest of application.

This progress i have to show how much percentage has completed or busy wait condition till
download completed.

can you explain me anybody how to solve this problem ?

Santosh Reddy
11th November 2011, 03:25
I don't that as a problem. use QProgressDialog and update it as and when data is received from network.

sanjeet
11th November 2011, 06:52
thanks santosh,
i will try it, i hope it will work.