Andras Lasso
Andras Lasso
If nodes are created from another module then specifying the name is just one more line. What we need is to expose it on the GUI: have an Advanced section...
If you put the test data hash in SlicerDMRI repository (which is probably the right thing to do anyway) then ExternalData download should work well (the script was just confused...
Yes, it is available in PLUS (in vtkPlusLandmarkDetectionAlgo). We would "just" need to make it available in SlicerIGT. To do that, probably we should build Plus as part of SlicerIGT...
If you install a pre-built Qt (and not build it yourself) then you'll only get a release-mode-built Qt designer. That is not compatible with debug-mode-built designer plugins. You need to...
Do you have any third-party antivirus software installed (Avast, Bitdefender, ...)?
Please check in Windows Event Viewer if there is information about why the DLL failed to load. Typically it is because of a required DLL is not found, and the...
The issue is that there is no elide mode for QComboBox (https://forum.qt.io/topic/3975/how-to-set-qcombobox-text-elide-mode). That's why I think CTK has added ctkComboBox. qMRMLNodeComboBox should be able to support elide mode, too, but...
I can confirm that slicer.qMRMLNodeComboBox() can elide, too: ``` c=slicer.qMRMLNodeComboBox() c.setMRMLScene(slicer.mrmlScene) c.show() ``` If you add a long node, you can reduce the widget's width and the node name will...
pydicom-seg has a few serious limitations: - does not support writing of overlapping segments - does not seem to support any compression (RLE, deflate) for either reading or writing; maybe...
There are two markup sizing modes. If you choose absolute size then camera scaling should turn the spheres to ellipsoids. However, when sizing is relative then it could make sense...