TaurusValueSpinBox

digraph inheritance7061ff1606 { bgcolor=transparent; rankdir=UD; ratio=compress; size="8.0, 12.0"; "QAbstractSpinBox" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="QAbstractSpinBox(parent: QWidget = None)"]; "QWidget" -> "QAbstractSpinBox" [arrowsize=0.5,style="setlinewidth(0.5)"]; "QObject" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="QObject(parent: QObject = None)"]; "wrapper" -> "QObject" [arrowsize=0.5,style="setlinewidth(0.5)"]; "QPaintDevice" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="QPaintDevice()"]; "simplewrapper" -> "QPaintDevice" [arrowsize=0.5,style="setlinewidth(0.5)"]; "QWidget" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="QWidget(parent: QWidget = None, flags: Union[Qt.WindowFlags, Qt.WindowType] = Qt.WindowFlags())"]; "QObject" -> "QWidget" [arrowsize=0.5,style="setlinewidth(0.5)"]; "QPaintDevice" -> "QWidget" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TaurusValueSpinBox" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded]; "QAbstractSpinBox" -> "TaurusValueSpinBox" [arrowsize=0.5,style="setlinewidth(0.5)"]; "simplewrapper" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded]; "wrapper" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded]; "simplewrapper" -> "wrapper" [arrowsize=0.5,style="setlinewidth(0.5)"]; }
class TaurusValueSpinBox(qt_parent=None, designMode=False)[source]

Bases: PyQt5.QtWidgets.QAbstractSpinBox

autoApply
forcedApply
getAutoApply()[source]
getForcedApply()[source]
getModel()[source]
classmethod getQtDesignerPluginInfo()[source]
getSingleStep()[source]
getUseParentModel()[source]
getValue()[source]
keyPressEvent(self, QKeyEvent)[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(self, 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, QWheelEvent)[source]