mgrady3 / PLEASE

PLEASE: The Python Low-energy Electron Analysis SuitE - Enabling rapid analysis and visualization of LEEM and LEED Data.
GNU General Public License v3.0
16 stars 5 forks source link

Refactor UI code from old source to new #14

Open mgrady3 opened 3 years ago

mgrady3 commented 3 years ago

The old source code had very little separation between models, ui, buisiness logic, etc...

The new re-write should provide a more clear separation but it will take some time to untablge to the old code.

Certain aspects of the UI should be able to be abstracted away and moved relatively easily to the new please.ui module.