You can't use threads with widgets. Offload time consuming jobs to worker threads but do widget processing in the main thread only.