Andras Lasso
Andras Lasso
I don't have code example, but you can display a widget (such as QIcon) outside the layout to indicate the mouse position. You can do a small animation (change the...
Thank you @cmfsx - the publicly shareable test data uploaded as release asset: https://github.com/lassoan/SlicerBoneReconstructionPlanner/releases/tag/TestingData
> That the condyle may be cut doesn't alter the planning so it's a minor bug (thank you for reporting it anyway). > @lassoan, do you have any idea on...
> It the use of `QLatin1String` instead of `QString::fromLatin1` for stylistic reason ? Yes, I just chose `QLatin1String` because it indicates that it is simply a constant definition and it...
This is still a problem - https://discourse.slicer.org/t/patientname-and-rus-language-trouble/28870/9
SegmentMesher extension can add padding around the original image (in Advanced section -> Cleaver background padding). Size is defined as percentage of volume size, set to 10% by default but...
@fluviolobo you don't need to worry about the shape of boundary elements where you "cut off" the body, because you specify zero displacement on them anyway. If they are too...
The issue is about separation of multiple notebooks (for the same user). Separation between users should probably happen at a higher level. For example, see how this docker image works...
If you have an idea or prototype for a solution for separate virtual display for each notebook (which could also separate users, if they connect to different notebooks) then let...
@jcfr We still have not pushed an image to slicer/slicer-notebook. Could you just pull lassoan/slicer-notebook:2020-05-15-89b6bb5 and push that or would you like to build it yourself?