EasyScience / EasyDiffractionApp

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

Refactoring of PyQmlProxy: Part 2 #95

Closed rozyczko closed 2 years ago

rozyczko commented 3 years ago

Proxied methods in PyQmlProxy should be also split between multiple "subproxies" with their own logics. Communication should follow the already set up signal/slot mechanism in LogicController

rozyczko commented 3 years ago

This is the planned structure Blank Diagram

rozyczko commented 3 years ago

Another approach has been implemented in proxies_test, without LogicController and with all the logic combined with subproxies.