QIntValidator Class Reference
[QtGui module]
Inherits QValidator.
Methods
- __init__ (self, QObject parent = None)
- __init__ (self, int, int, QObject)
- int bottom (self)
- QString input fixup (self, QString input)
- fixup (self, QString input)
- setBottom (self, int)
- setRange (self, int, int)
- setTop (self, int)
- int top (self)
- (QValidator.State, QString, int) validate (self, QString, int)
- (QValidator.State, int) validate (self, QString, int)
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)