Home · All Classes · Modules

QIntValidator Class Reference
[QtGui module]

Inherits QValidator.

Methods


Detailed Description


Method Documentation

QIntValidator.__init__ (self, QObject parent = None)

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

QIntValidator.__init__ (self, int, int, QObject)

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

int QIntValidator.bottom (self)

QString input QIntValidator.fixup (self, QString input)

QIntValidator.fixup (self, QString input)

QIntValidator.setBottom (self, int)

QIntValidator.setRange (self, int, int)

QIntValidator.setTop (self, int)

int QIntValidator.top (self)

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

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


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