The QIntValidator class provides range checking of integers. More...
#include <qvalidator.h>
Inherits QValidator.
QIntValidator provides a lower and an upper bound. It does not provide a fixup() function.
See also: QDoubleValidator.
Constructs a validator object which accepts all integers.
Constructs a validator object which accepts all integers from bottom up to and including top.
Destroys the validator, freeing any storage and other resources used.
Returns the lowest valid number according to this validator.
See also: top() and setRange().
[virtual]
Sets the validator to accept only number from bottom up to an including top.
Returns the highest valid number according to this validator.
See also: bottom() and setRange().
Search the documentation, FAQ, qt-interest archive and more (uses
www.troll.no):
This file is part of the Qt toolkit, copyright © 1995-2000 Troll Tech, all rights reserved.
Copyright İ 2000 Troll Tech | Trademarks | Qt version 2.1.0 (pre-release)
|