Home · All Classes · Modules

QDoubleValidator Class Reference
[QtGui module]

Inherits QValidator.

Types

Methods


Detailed Description


Type Documentation

QDoubleValidator.Notation


Method Documentation

QDoubleValidator.__init__ (self, QObject parent = None)

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

QDoubleValidator.__init__ (self, float, float, int, QObject)

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

float QDoubleValidator.bottom (self)

int QDoubleValidator.decimals (self)

Notation QDoubleValidator.notation (self)

QDoubleValidator.setBottom (self, float)

QDoubleValidator.setDecimals (self, int)

QDoubleValidator.setNotation (self, Notation)

QDoubleValidator.setRange (self, float, float, int decimals = 0)

QDoubleValidator.setTop (self, float)

float QDoubleValidator.top (self)

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

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


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