mlorenzano / linguist

0 stars 0 forks source link

Move export function in separated thread #5

Closed guerinoni closed 4 years ago

guerinoni commented 4 years ago

I used QThreadPool to do this because it is possibile prioritize the task and automatically delete the QRunnable class. In this case I added a message box when export finish without blocking the GUI.

Signed-off-by: Federico Guerinoni guerinoni.federico@gmail.com

mlorenzano commented 4 years ago

I have updated the code with the progress dialog.