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.

I have tried to spot it in this extensive list but to no avail: http://pyqt.sourceforge.net/Docs/PyQt5/QtWidgets.html
Thanks.
             
            
              
              
              
            
            
           
          
            
              
                lassoan
                (Andras Lasso)
              
              
                  
                  
              2
              
             
            
              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
            
            
           
          
            
              
                lassoan
                (Andras Lasso)
              
              
                  
                  
              4
              
             
            
              You can also hide the entire widget and just call its undo() and redo() methods (http://apidocs.slicer.org/master/classqMRMLSegmentEditorWidget.html).
             
            
              
              
              1 Like