8.5.6.1.4. pymodaq_gui.utils.widgets.push module

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

Bases: QAction

Methods

contextMenuEvent

contextMenuEvent(event)[source]
class pymodaq_gui.utils.widgets.push.EditPush(icon_name, ini_value=0.1, text='')[source]

Bases: QWidget

Methods

emit_clicked([coeff])

will emit a signal containing a float value calculated from the product of the coeff and the internal spinbox value.

clicked

set_pushs

emit_clicked(coeff=1)[source]

will emit a signal containing a float value calculated from the product of the coeff and the internal spinbox value.

See also

EditPushRel

set_pushs(icon_name, text)[source]
class pymodaq_gui.utils.widgets.push.EditPushInfo(type, value)[source]

Bases: object

class pymodaq_gui.utils.widgets.push.EditPushRel(icon_name, text='', ini_value=0.15)[source]

Bases: EditPush

Methods

set_pushs

set_pushs(icon_name, text)[source]
class pymodaq_gui.utils.widgets.push.PushButtonIcon(icon_name, text, checkable=False, tip='', menu=None)[source]

Bases: QPushButton

Methods

contextMenuEvent

contextMenuEvent(event)[source]
pymodaq_gui.utils.widgets.push.main(init_qt=True)[source]