In the major refactoring that is expected to happen during the early stages of our https://github.com/NSLS2/pymca/milestone/1 work, some code examples might get lost from the active branch.
Here, I'm documenting the idea of using a PassThroughEventFilter helper class to simplify adding non-consuming event filters from a view model to a view widget. This is extracted from commit f0b87e5 .
In the major refactoring that is expected to happen during the early stages of our https://github.com/NSLS2/pymca/milestone/1 work, some code examples might get lost from the active branch.
Here, I'm documenting the idea of using a
PassThroughEventFilterhelper class to simplify adding non-consuming event filters from a view model to a view widget. This is extracted from commit f0b87e5 .