ISISNeutronMuon / MDANSE

MDANSE: Molecular Dynamics Analysis for Neutron Scattering Experiments
https://www.isis.stfc.ac.uk/Pages/MDANSEproject.aspx
GNU General Public License v3.0
20 stars 4 forks source link

[ENHANCEMENT] Update MDANSE so that certain widgets do not block main window #355

Open ChiCheng45 opened 5 months ago

ChiCheng45 commented 5 months ago

Is your feature request related to a problem? Please describe. There are some part of the GUI can take some time to load up which can cause the main window to freeze. We should update the GUI so that certain things are run on a separate thread so that they do not block the main window.

Describe the solution you'd like Could probably take some ideas from https://realpython.com/python-pyqt-qthread/.

Additional context Maybe something like this when a big trajectory is loaded. image