QAbstractSpinBox Class Reference
[QtGui module]
Inherits QWidget.
Inherited by QDateTimeEdit, QDoubleSpinBox and QSpinBox.
Types
Methods
- __init__ (self, QWidget parent = None)
- Qt.Alignment alignment (self)
- ButtonSymbols buttonSymbols (self)
- changeEvent (self, QEvent)
- clear (self)
- closeEvent (self, QCloseEvent)
- contextMenuEvent (self, QContextMenuEvent)
- CorrectionMode correctionMode (self)
- bool event (self, QEvent)
- QString input fixup (self, QString input)
- fixup (self, QString)
- focusInEvent (self, QFocusEvent)
- focusOutEvent (self, QFocusEvent)
- bool hasAcceptableInput (self)
- bool hasFrame (self)
- hideEvent (self, QHideEvent)
- initStyleOption (self, QStyleOptionSpinBox)
- QVariant inputMethodQuery (self, Qt.InputMethodQuery)
- interpretText (self)
- bool isAccelerated (self)
- bool isReadOnly (self)
- bool keyboardTracking (self)
- keyPressEvent (self, QKeyEvent)
- keyReleaseEvent (self, QKeyEvent)
- QLineEdit lineEdit (self)
- QSize minimumSizeHint (self)
- mouseMoveEvent (self, QMouseEvent)
- mousePressEvent (self, QMouseEvent)
- mouseReleaseEvent (self, QMouseEvent)
- paintEvent (self, QPaintEvent)
- resizeEvent (self, QResizeEvent)
- selectAll (self)
- setAccelerated (self, bool)
- setAlignment (self, Qt.Alignment)
- setButtonSymbols (self, ButtonSymbols)
- setCorrectionMode (self, CorrectionMode)
- setFrame (self, bool)
- setKeyboardTracking (self, bool)
- setLineEdit (self, QLineEdit)
- setReadOnly (self, bool)
- setSpecialValueText (self, QString)
- setWrapping (self, bool)
- showEvent (self, QShowEvent)
- QSize sizeHint (self)
- QString specialValueText (self)
- stepBy (self, int)
- stepDown (self)
- StepEnabled stepEnabled (self)
- stepUp (self)
- QString text (self)
- timerEvent (self, QTimerEvent)
- (QValidator.State, QString input, int pos) validate (self, QString input, int pos)
- (QValidator.State, int) validate (self, QString, int)
- wheelEvent (self, QWheelEvent)
- bool wrapping (self)
Qt Signals
Detailed Description
Type Documentation
QAbstractSpinBox.ButtonSymbols
QAbstractSpinBox.CorrectionMode
QAbstractSpinBox.StepEnabledFlag
Method Documentation
QAbstractSpinBox.__init__ (self, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
Qt.Alignment QAbstractSpinBox.alignment (self)
ButtonSymbols QAbstractSpinBox.buttonSymbols (self)
QAbstractSpinBox.changeEvent (self, QEvent)
QAbstractSpinBox.clear (self)
This method is also a Qt slot with the C++ signature void clear().
QAbstractSpinBox.closeEvent (self, QCloseEvent)
QAbstractSpinBox.contextMenuEvent (self, QContextMenuEvent)
CorrectionMode QAbstractSpinBox.correctionMode (self)
bool QAbstractSpinBox.event (self, QEvent)
QString input QAbstractSpinBox.fixup (self, QString input)
QAbstractSpinBox.fixup (self, QString)
QAbstractSpinBox.focusInEvent (self, QFocusEvent)
QAbstractSpinBox.focusOutEvent (self, QFocusEvent)
bool QAbstractSpinBox.hasAcceptableInput (self)
bool QAbstractSpinBox.hasFrame (self)
QAbstractSpinBox.hideEvent (self, QHideEvent)
QAbstractSpinBox.initStyleOption (self, QStyleOptionSpinBox)
QVariant QAbstractSpinBox.inputMethodQuery (self, Qt.InputMethodQuery)
QAbstractSpinBox.interpretText (self)
bool QAbstractSpinBox.isAccelerated (self)
bool QAbstractSpinBox.isReadOnly (self)
bool QAbstractSpinBox.keyboardTracking (self)
QAbstractSpinBox.keyPressEvent (self, QKeyEvent)
QAbstractSpinBox.keyReleaseEvent (self, QKeyEvent)
QLineEdit QAbstractSpinBox.lineEdit (self)
QSize QAbstractSpinBox.minimumSizeHint (self)
QAbstractSpinBox.mouseMoveEvent (self, QMouseEvent)
QAbstractSpinBox.mousePressEvent (self, QMouseEvent)
QAbstractSpinBox.mouseReleaseEvent (self, QMouseEvent)
QAbstractSpinBox.paintEvent (self, QPaintEvent)
QAbstractSpinBox.resizeEvent (self, QResizeEvent)
QAbstractSpinBox.selectAll (self)
This method is also a Qt slot with the C++ signature void selectAll().
QAbstractSpinBox.setAccelerated (self, bool)
QAbstractSpinBox.setAlignment (self, Qt.Alignment)
QAbstractSpinBox.setButtonSymbols (self, ButtonSymbols)
QAbstractSpinBox.setCorrectionMode (self, CorrectionMode)
QAbstractSpinBox.setFrame (self, bool)
QAbstractSpinBox.setKeyboardTracking (self, bool)
QAbstractSpinBox.setLineEdit (self, QLineEdit)
The QLineEdit argument has it's ownership transferred to Qt.
QAbstractSpinBox.setReadOnly (self, bool)
QAbstractSpinBox.setSpecialValueText (self, QString)
QAbstractSpinBox.setWrapping (self, bool)
QAbstractSpinBox.showEvent (self, QShowEvent)
QSize QAbstractSpinBox.sizeHint (self)
QString QAbstractSpinBox.specialValueText (self)
QAbstractSpinBox.stepBy (self, int)
QAbstractSpinBox.stepDown (self)
This method is also a Qt slot with the C++ signature void stepDown().
StepEnabled QAbstractSpinBox.stepEnabled (self)
QAbstractSpinBox.stepUp (self)
This method is also a Qt slot with the C++ signature void stepUp().
QString QAbstractSpinBox.text (self)
QAbstractSpinBox.timerEvent (self, QTimerEvent)
(QValidator.State, QString input, int pos) QAbstractSpinBox.validate (self, QString input, int pos)
(QValidator.State, int) QAbstractSpinBox.validate (self, QString, int)
QAbstractSpinBox.wheelEvent (self, QWheelEvent)
bool QAbstractSpinBox.wrapping (self)
Qt Signal Documentation
void editingFinished ()
This is the default overload of this signal.