lib
KoProperty::DoubleSpinBox Class Reference
Inheritance diagram for KoProperty::DoubleSpinBox:

Detailed Description
Definition at line 75 of file spinbox.h.
Public Slots | |
| virtual void | setValue (const QVariant &value) |
Public Member Functions | |
| DoubleSpinBox (double lower, double upper, double step, double value=0, int precision=2, DoubleEdit *parent=0) | |
| virtual | ~DoubleSpinBox () |
| virtual bool | eventFilter (QObject *o, QEvent *e) |
| QLineEdit * | editor () const |
Constructor & Destructor Documentation
| DoubleSpinBox::DoubleSpinBox | ( | double | lower, | |
| double | upper, | |||
| double | step, | |||
| double | value = 0, |
|||
| int | precision = 2, |
|||
| DoubleEdit * | parent = 0 | |||
| ) |
The documentation for this class was generated from the following files:

