Home · All Classes · Modules

QValidator Class Reference
[QtGui module]

Inherits QObject.

Inherited by QDoubleValidator, QIntValidator and QRegExpValidator.

Types

Methods


Detailed Description


Type Documentation

QValidator.State


Method Documentation

QValidator.__init__ (self, QObject parent = None)

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

QString input QValidator.fixup (self, QString input)

QValidator.fixup (self, QString)

QLocale QValidator.locale (self)

QValidator.setLocale (self, QLocale)

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

This method is abstract and should be reimplemented in any sub-class.

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

This method is abstract and should be reimplemented in any sub-class.


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