I want to create a python module for slicer and i got a problem with the UI.
When the UI is updated it doesn’t call the updateParameterNodeFromGUI() function and i think it’s because the widget i use isn’t supported by the slicer library.
I’ve got the line :
PythonQt: QObject::connect() signal ‘currentNodeChanged(vtkMRMLNode*)’ does not exist on qMRMLSpinBox
I already tried to use different widget (from Qt designer, ctkVTK, ctk and qMRML) but none of them worked.
I would greatly appreciate any help on what i should use or what i’m misunderstanding here.
Thanks !
I already saw the documentation for MRML widget but i never learned c++ so i was a bit lost and i couldn’t find the signaled associated with the widget, but thank you for the other link !