QRegExpValidator Class Reference
[QtGui module]
Inherits QValidator.
Methods
- __init__ (self, QObject parent = None)
- __init__ (self, QRegExp, QObject)
- QRegExp regExp (self)
- setRegExp (self, QRegExp)
- (QValidator.State, QString input, int pos) validate (self, QString input, int pos)
- (QValidator.State, int) validate (self, QString, int)
Detailed Description
Method Documentation
QRegExpValidator.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QRegExpValidator.__init__ (self, QRegExp, QObject)
The QObject argument, if not None, causes self to be owned by Qt instead of PyQt.
QRegExp QRegExpValidator.regExp (self)
QRegExpValidator.setRegExp (self, QRegExp)
(QValidator.State, QString input, int pos) QRegExpValidator.validate (self, QString input, int pos)
(QValidator.State, int) QRegExpValidator.validate (self, QString, int)