NAME
Qt::Gui::QAbstractSpinBox
PUBLIC METHODS
- QAbstractSpinBox(QWidget * parent)
- QAbstractSpinBox(QWidget * parent = 0)
- ~QAbstractSpinBox()
- QFlags<Qt::AlignmentFlag> alignment()
- void clear()
- QAbstractSpinBox::CorrectionMode correctionMode()
- bool event(QEvent * event)
- void fixup(QString & input)
- bool hasAcceptableInput()
- bool hasFrame()
- QVariant inputMethodQuery(Qt::InputMethodQuery arg0)
- void interpretText()
- bool isAccelerated()
- bool isReadOnly()
- bool keyboardTracking()
- QSize minimumSizeHint()
- void selectAll()
- void setAccelerated(bool on)
- void setAlignment(QFlags<Qt::AlignmentFlag> flag)
- void setButtonSymbols(QAbstractSpinBox::ButtonSymbols bs)
- void setCorrectionMode(QAbstractSpinBox::CorrectionMode cm)
- void setFrame(bool arg0)
- void setKeyboardTracking(bool kt)
- void setReadOnly(bool r)
- void setSpecialValueText(const QString & txt)
- void setWrapping(bool w)
- QSize sizeHint()
- QString specialValueText()
- void stepBy(int steps)
- void stepDown()
- void stepUp()
- QString text()
- QValidator::State validate(QString & input, int & pos)
- bool wrapping()
ENUM VALUES
- StepNone
- StepUpEnabled
- StepDownEnabled
- UpDownArrows
- PlusMinus
- NoButtons
- CorrectToPreviousValue
- CorrectToNearestValue
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.