Eneboo - Documentación para desarrolladores
|
#include "qobject.h"
#include "qstring.h"
#include "qregexp.h"
Ir al código fuente de este archivo.
Clases | |
class | QValidator |
The QValidator class provides validation of input text. Más... | |
class | QIntValidator |
The QIntValidator class provides a validator which ensures that a string contains a valid integer within a specified range. Más... | |
class | QDoubleValidator |
The QDoubleValidator class provides range checking of floating-point numbers. Más... | |
class | QRegExpValidator |
The QRegExpValidator class is used to check a string against a regular expression. Más... |