TaurusValueSpinBox

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

Bases: PyQt4.QtGui.QAbstractSpinBox

autoApply
forcedApply
getAutoApply()[source]
getForcedApply()[source]
getModel()[source]
classmethod getQtDesignerPluginInfo()[source]
getSingleStep()[source]
getUseParentModel()[source]
getValue()[source]
keyPressEvent(evt)[source]
model
modelChanged
resetAutoApply()[source]
resetForcedApply()[source]
resetModel()[source]
resetSingleStep()[source]
resetUseParentModel()[source]
setAutoApply(model)[source]
setForcedApply(model)[source]
setModel(model)[source]
setSingleStep(step)[source]
setUseParentModel(model)[source]
setValue(v)[source]
singleStep
stepBy(steps)[source]
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