Qt Expandable Widget

Operating system: Windows 10
Slicer version: 4.8.1

Hi,

I would like to remove this “slider” feature but I am not sure what the widget is called.

image

I have tried to spot it in this extensive list but to no avail: http://pyqt.sourceforge.net/Docs/PyQt5/QtWidgets.html

Thanks.

This looks like a ctkExpandableWidget. Where do you see this?

1 Like

Yes, thank you Andras, it was indeed a ctkExpandableWidget.
It is in Segment Editor and I only needed the Undo / Redo buttons.

1 Like

You can also hide the entire widget and just call its undo() and redo() methods (http://apidocs.slicer.org/master/classqMRMLSegmentEditorWidget.html).

1 Like