View Issue Details

IDProjectCategoryView StatusLast Update
0003646Slicer4Module LandmarkRegistrationpublic2014-09-06 08:02
Reportergregsharp Assigned Topieper  
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary0003646: Method to remove "Registration Type" from UI
Description

It would be nice if the "Registration Type" section could be removed programmatically, so that if one chooses "Plastimatch" from the menu, that screen real-estate is not lost.

TagsNo tags attached.

Activities

pieper

pieper

2014-09-06 08:02

administrator   ~0012471

For now I'd suggest doing something with findChildren to get the QWidget and then setting the parent to None (or something similar) as a workaround until a formal option is in place.

See for example:

https://github.com/Slicer/Slicer/blob/master/Modules/Scripted/Endoscopy/Endoscopy.py#L351-L407

Issue History

Date Modified Username Field Change
2014-04-07 13:37 gregsharp New Issue
2014-04-07 13:37 gregsharp Status new => assigned
2014-04-07 13:37 gregsharp Assigned To => pieper
2014-09-06 08:02 pieper Note Added: 0012471
2014-09-06 08:02 pieper Status assigned => acknowledged