Home · All Classes · Modules

QAbstractSpinBox Class Reference
[QtGui module]

Inherits QWidget.

Inherited by QDateTimeEdit, QDoubleSpinBox and QSpinBox.

Types

Methods

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.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0