Home · All Classes · Modules

QDoubleSpinBox Class Reference
[QtGui module]

Inherits QAbstractSpinBox.

Methods

Qt Signals


Detailed Description


Method Documentation

QDoubleSpinBox.__init__ (self, QWidget parent = None)

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

QString QDoubleSpinBox.cleanText (self)

int QDoubleSpinBox.decimals (self)

QString str QDoubleSpinBox.fixup (self, QString str)

QDoubleSpinBox.fixup (self, QString)

float QDoubleSpinBox.maximum (self)

float QDoubleSpinBox.minimum (self)

QString QDoubleSpinBox.prefix (self)

QDoubleSpinBox.setDecimals (self, int)

QDoubleSpinBox.setMaximum (self, float)

QDoubleSpinBox.setMinimum (self, float)

QDoubleSpinBox.setPrefix (self, QString)

QDoubleSpinBox.setRange (self, float, float)

QDoubleSpinBox.setSingleStep (self, float)

QDoubleSpinBox.setSuffix (self, QString)

QDoubleSpinBox.setValue (self, float)

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

float QDoubleSpinBox.singleStep (self)

QString QDoubleSpinBox.suffix (self)

QString QDoubleSpinBox.textFromValue (self, float)

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

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

float QDoubleSpinBox.value (self)

float QDoubleSpinBox.valueFromText (self, QString)


Qt Signal Documentation

void valueChanged (double)

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