EasyScience / EasyDiffractionApp

Diffraction data analysis application
https://easydiffraction.org
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Subproxies #102

Closed rozyczko closed 3 years ago

rozyczko commented 3 years ago

This is a rewrite of the initial split of PyProxyQml.py and State.py into a proxy shell and subproxies interacting with QML directly. The logic part is also split correspondingly, with one logic per subproxy and the overall logic controller handling the communication between proxies and logics.

This is working but might have niggles and wobbles here and there.

Addresses #95

rozyczko commented 3 years ago

Merged