Home · All Classes · Modules

QSpinBox Class Reference
[QtGui module]

Inherits QAbstractSpinBox.

Methods

Qt Signals


Detailed Description


Method Documentation

QSpinBox.__init__ (self, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QString QSpinBox.cleanText (self)

bool QSpinBox.event (self, QEvent)

QString str QSpinBox.fixup (self, QString str)

QSpinBox.fixup (self, QString)

int QSpinBox.maximum (self)

int QSpinBox.minimum (self)

QString QSpinBox.prefix (self)

QSpinBox.setMaximum (self, int)

QSpinBox.setMinimum (self, int)

QSpinBox.setPrefix (self, QString)

QSpinBox.setRange (self, int, int)

QSpinBox.setSingleStep (self, int)

QSpinBox.setSuffix (self, QString)

QSpinBox.setValue (self, int)

This method is also a Qt slot with the C++ signature void setValue(int).

int QSpinBox.singleStep (self)

QString QSpinBox.suffix (self)

QString QSpinBox.textFromValue (self, int)

(QValidator.State, QString input, int pos) QSpinBox.validate (self, QString input, int pos)

(QValidator.State, int) QSpinBox.validate (self, QString, int)

int QSpinBox.value (self)

int QSpinBox.valueFromText (self, QString)


Qt Signal Documentation

void valueChanged (int)

This is the default overload of this signal.

void valueChanged (const QString&)


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