8.5.6.1.7. pymodaq_gui.utils.widgets.spinbox module
- class pymodaq_gui.utils.widgets.spinbox.QSpinBoxWithShortcut(*args, key_sequences=('Ctrl+E',), **kwargs)[source]
Bases:
SpinBoxQSpinBox but which accepts key sequences and store them as attribute For now, it does not apply to regular input such as text or numerics.
Beware I could not make it run for the KeySequence Ctrl+Enter or any combination involving enter…