Hi all,

I am new to Qt/QThread.

What is the best way to handle Worker thread in GUI thread. Qt has GUI/Worker thread concepts?

I have to show progress on GUI while copying folder. Can somebody suggest in brief. It should allow to quit the program whenever I want to quit the application from context menu option.

Thanks