TaurusValueSpinBox

Inheritance diagram of TaurusValueSpinBox
class TaurusValueSpinBox(qt_parent=None, designMode=False)[source]

Import from taurus.qt.qtgui.input as:

from taurus.qt.qtgui.input import TaurusValueSpinBox
autoApply
forcedApply
getAutoApply()[source]
getForcedApply()[source]
getModel(**kwargs)[source]
classmethod getQtDesignerPluginInfo()[source]
getSingleStep()[source]
getUseParentModel(**kwargs)[source]
getValue()[source]
keyPressEvent(self, e: Optional[QKeyEvent])[source]
model
modelChanged
resetAutoApply()[source]
resetForcedApply()[source]
resetModel(**kwargs)[source]
resetSingleStep()[source]
resetUseParentModel(**kwargs)[source]
setAutoApply(model)[source]
setForcedApply(model)[source]
setModel(model, **kwargs)[source]
setSingleStep(step)[source]
setUseParentModel(model, **kwargs)[source]
setValue(v)[source]
singleStep
stepBy(self, steps: int)[source]
stepEnabled(self) QAbstractSpinBox.StepEnabled[source]
useParentModel
validate(input, pos)[source]

Overloaded to use the current validator from the TaurusValueLineEdit, instead of the default QAbstractSpinBox validator. If no validator is set in the LineEdit, it falls back to the original behaviour

wheelEvent(self, e: Optional[QWheelEvent])[source]