QAbstractSpinBox¶

PyQt5.QtWidgets.QAbstractSpinBox

Inherits from QWidget.

Inherited by QDateTimeEdit, QDoubleSpinBox, QSpinBox.

Description¶

TODO

Classes¶

StepEnabled

Enums¶

ButtonSymbols

TODO

Member

Value

Description

NoButtons

TODO

TODO

PlusMinus

TODO

TODO

UpDownArrows

TODO

TODO


CorrectionMode

TODO

Member

Value

Description

CorrectToNearestValue

TODO

TODO

CorrectToPreviousValue

TODO

TODO


StepEnabledFlag

TODO

Member

Value

Description

StepDownEnabled

TODO

TODO

StepNone

TODO

TODO

StepUpEnabled

TODO

TODO


StepType

TODO

Member

Value

Description

AdaptiveDecimalStepType

TODO

TODO

DefaultStepType

TODO

TODO

Methods¶

__init__(parent: QWidget = None)

TODO


alignment() → Alignment

TODO


buttonSymbols() → ButtonSymbols

TODO


changeEvent(QEvent)

TODO


clear()

TODO


closeEvent(QCloseEvent)

TODO


contextMenuEvent(QContextMenuEvent)

TODO


correctionMode() → CorrectionMode

TODO


event(QEvent) → bool

TODO


fixup(str) → str

TODO


focusInEvent(QFocusEvent)

TODO


focusOutEvent(QFocusEvent)

TODO


hasAcceptableInput() → bool

TODO


hasFrame() → bool

TODO


hideEvent(QHideEvent)

TODO


initStyleOption(QStyleOptionSpinBox)

TODO


inputMethodQuery(InputMethodQuery) → Any

TODO


interpretText()

TODO


isAccelerated() → bool

TODO


isGroupSeparatorShown() → bool

TODO


isReadOnly() → bool

TODO


keyboardTracking() → bool

TODO


keyPressEvent(QKeyEvent)

TODO


keyReleaseEvent(QKeyEvent)

TODO


lineEdit() → QLineEdit

TODO


minimumSizeHint() → QSize

TODO


mouseMoveEvent(QMouseEvent)

TODO


mousePressEvent(QMouseEvent)

TODO


mouseReleaseEvent(QMouseEvent)

TODO


paintEvent(QPaintEvent)

TODO


resizeEvent(QResizeEvent)

TODO


selectAll()

TODO


setAccelerated(bool)

TODO


setAlignment(Union[Alignment, AlignmentFlag])

TODO


setButtonSymbols(ButtonSymbols)

TODO


setCorrectionMode(CorrectionMode)

TODO


setFrame(bool)

TODO


setGroupSeparatorShown(bool)

TODO


setKeyboardTracking(bool)

TODO


setLineEdit(QLineEdit)

TODO


setReadOnly(bool)

TODO


setSpecialValueText(str)

TODO


setWrapping(bool)

TODO


showEvent(QShowEvent)

TODO


sizeHint() → QSize

TODO


specialValueText() → str

TODO


stepBy(int)

TODO


stepDown()

TODO


stepEnabled() → StepEnabled

TODO


stepUp()

TODO


text() → str

TODO


timerEvent(QTimerEvent)

TODO


validate(str, int) → (State, str, int)

TODO


wheelEvent(QWheelEvent)

TODO


wrapping() → bool

TODO

Signals¶

editingFinished()

TODO