8.5.6.1.1. pymodaq_gui.utils.widgets.collapsible_widget module

class pymodaq_gui.utils.widgets.collapsible_widget.CollapsibleWidget(*args: Any, **kwargs: Any)[source]

Bases: QWidget

Methods

set_expanded(expanded)

Programmatically set the expanded state without animation

toggle_content()

Toggle the visibility of the collapsible widget with animation

connect_signals

init_ui

toggled_signal

connect_signals()[source]
init_ui()[source]
set_expanded(expanded)[source]

Programmatically set the expanded state without animation

toggle_content()[source]

Toggle the visibility of the collapsible widget with animation