NAME
Qt::Gui::QDoubleValidator
PUBLIC METHODS
- QDoubleValidator(QObject * parent)
- QDoubleValidator(double bottom, double top, int decimals, QObject * parent)
- ~QDoubleValidator()
- double bottom()
- int decimals()
- QDoubleValidator::Notation notation()
- void setBottom(double arg0)
- void setDecimals(int arg0)
- void setNotation(QDoubleValidator::Notation arg0)
- void setRange(double bottom, double top, int decimals = 0)
- void setRange(double bottom, double top, int decimals)
- void setTop(double arg0)
- double top()
- QValidator::State validate(QString & arg0, int & arg1)
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.