Andras Lasso
Andras Lasso
@MichaelColonel this looks good. Could you send a pull request with the change?
The extension selector widget can read/write list of disabled plugins from/to application settings. The DICOM browser can read the list from application settings. What you show in the screenshot looks...
You could detect if the application has a dark or light theme as it is done [here](https://github.com/Slicer/Slicer/blob/99f1d51e730d866b3cb63845ef4ce71781f95b61/Modules/Loadable/SubjectHierarchy/Widgets/qMRMLSubjectHierarchyTreeView.cxx#L555-L576) and then recolor the icon accordingly. @jamesobutler can you help with recoloring of...
I agree. Maybe this would be something that we could discuss at the project week. How the GUI and the logic behind it would work.
We should add slice clipping to segmentations. We haven't done it mostly because the current implementation is not very nice with the hardcoded 3 slice views. If we touch it...
To fix the warnings, we should use the appropriate test macros. - `CHECK_STRING...` macros are for classic VTK string (that are get/set as `char*`) properties - `CHECK_STD_STRING...` macros are for...
Thanks for working on this! If default value, range, etc. are not specified in Python, are the values specified in Qt Designer used?
I see that implementation of parameter node wrapper would be easier if Qt designer inputs could be ignored. However, we cannot do that, because it would be just too embarrassing...
This PR introduces a new error: "Cannot have a connection to a range widget where the float is unbounded. Add a RangeBounds annotation", which is really confusing. The developer has...
Mixins can be quite hard to discover and decipher, and ask these features would only be used in Slicer scripted module classes. Therefore, I would also consider simply adding parameter...