NAME
Qt::Gui::QDoubleSpinBox
PUBLIC METHODS
- QDoubleSpinBox(QWidget * parent)
- QDoubleSpinBox(QWidget * parent = 0)
- QString cleanText()
- int decimals()
- void fixup(QString & str)
- double maximum()
- double minimum()
- QString prefix()
- void setDecimals(int prec)
- void setMaximum(double max)
- void setMinimum(double min)
- void setPrefix(const QString & prefix)
- void setRange(double min, double max)
- void setSingleStep(double val)
- void setSuffix(const QString & suffix)
- void setValue(double val)
- double singleStep()
- QString suffix()
- QString textFromValue(double val)
- QValidator::State validate(QString & input, int & pos)
- double value()
- double valueFromText(const QString & text)
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.