pyleecan.GUI.Tools.SpinBox module

class SpinBox(*args, **kwargs)[source]

Bases: QSpinBox

A SpinBox Widget which allows to validate with enter key

keyPressEvent(event)[source]

To send valueChanged when pressing Enter and Return keys

staticMetaObject = <PySide2.QtCore.QMetaObject object>