hi guys,

thanks for ur input, but i cant move the heavy processing code into a different thread cuz it involves many GUI operations is there ANY other way to do it like i did..what i dont understand is why qApp->processEvents() doesnt work out of a different thread..whereas it was working in the main thread.