Qt 4.8
|
#include <QtCore/qobject.h>
#include <QtCore/qstring.h>
#include <QtCore/qregexp.h>
#include <QtCore/qlocale.h>
Go to the source code of this file.
Classes | |
class | QDoubleValidator |
The QDoubleValidator class provides range checking of floating-point numbers. More... | |
class | QIntValidator |
The QIntValidator class provides a validator that ensures a string contains a valid integer within a specified range. More... | |
class | QRegExpValidator |
The QRegExpValidator class is used to check a string against a regular expression. More... | |
class | QValidator |
The QValidator class provides validation of input text. More... | |