-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Adding a Passthrough Event Filter to a QWidget #16
Comments
Here the pymca/PyMca5/PyMcaGui/io/QTiledCatalogSelectorDialog.py Lines 16 to 43 in f0b87e5
If a handler has been registeredduring |
Here is an example of an event handler being registered by the pymca/PyMca5/PyMcaGui/io/QTiledCatalogSelectorDialog.py Lines 114 to 126 in f0b87e5
|
Finally, here is an example of a simple event handler that responds to the pymca/PyMca5/PyMcaGui/io/TiledCatalogSelector.py Lines 69 to 76 in 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
PassThroughEventFilter
helper class to simplify adding non-consuming event filters from a view model to a view widget. This is extracted from commit f0b87e5 .The text was updated successfully, but these errors were encountered: