Steve Pieper
Steve Pieper
How about just using Slicer's main window as the parent, something like this: ``` qt.QFileDialog.getOpenFileName(slicer.util.mainWindow(), "my dialog", "NumpyLandmark file (*.npy)") ```
Strange indeed. I just tried on windows and the file dialog works for me. @SenonETS does the freeze happen if you just start a fresh slicer and past the line...
Thanks for sharing this. Please add a license file.
I think @lassoan probably meant to say that migrating the module to python would make the code more concise and maintainable. I know you have it working now in C++,...
Interesting extension, thanks for making it available. A few comments: * Be sure to add a License file and check the box on the checklist * I see on your...
Your license file is not correct - it looks like you've mixed up Apache with another license. Please check the text here. You can't change the text and call it...
Thanks for the quick updates 👍 I'll let others have a look and see if there are any other suggestions.
I have not used this in a long time, but the way I recall it working is that the query populates a dicom dataset with the tags that you want...
> Question 1: Is it safe to automatically delete the "incoming" directory in the DICOM database directory ? "dicom" and "incoming" have the same size of 8.72 GB. In a...
I didn't try the code, but a few small notes from a quick look: * You say brats needs to be installed in a different python but you don't give...