QDoubleSpinBox Class Reference
[QtGui module]
Inherits QAbstractSpinBox.
Methods
- __init__ (self, QWidget parent = None)
- QString cleanText (self)
- int decimals (self)
- QString str fixup (self, QString str)
- fixup (self, QString)
- float maximum (self)
- float minimum (self)
- QString prefix (self)
- setDecimals (self, int)
- setMaximum (self, float)
- setMinimum (self, float)
- setPrefix (self, QString)
- setRange (self, float, float)
- setSingleStep (self, float)
- setSuffix (self, QString)
- setValue (self, float)
- float singleStep (self)
- QString suffix (self)
- QString textFromValue (self, float)
- (QValidator.State, QString input, int pos) validate (self, QString input, int pos)
- (QValidator.State, int) validate (self, QString, int)
- float value (self)
- float valueFromText (self, QString)
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&)