mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
207 stars 121 forks source link

Elwin tab do processing on background thread #37634

Open robertapplin opened 3 days ago

robertapplin commented 3 days ago

Description When running the Elwin tab of the Data Processor interface, the interface freezes while the processing takes place. I think the processing is being done on the GUI thread. We should always try do heavy processing on a background thread.

  1. Load data
  2. Click Run
  3. The GUI freezes while processing happens

Acceptance Criteria