NAME
Qt::Gui::QIntValidator
PUBLIC METHODS
- QIntValidator(QObject * parent)
- QIntValidator(QObject * parent = 0)
- QIntValidator(int bottom, int top, QObject * parent)
- ~QIntValidator()
- int bottom()
- void fixup(QString & input)
- void setBottom(int arg0)
- void setRange(int bottom, int top)
- void setTop(int arg0)
- int top()
- QValidator::State validate(QString & arg0, int & arg1)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.