I am working on python module for slicer and am running into a weird issue where my updateParameterNodeFromGUI function is not being called when I interacted with the UI. Is there a signal I may have broken somewhere in the module?
Any help on figuring out what is going on here would be greatly appreciated.
Thanks!
Can you see an error message in the Python interactor? Are you sure the signal and the slot functions are connected in the setup function of the widget class?