#include <floatspinbox_qt4.h>
Signals | |
| void | focusOut () |
| void | returnPressed () |
Public Member Functions | |
| FloatSpinBox (QWidget *parent=0, const char *name=0) | |
| FloatSpinBox (float minValue, float maxValue, int decimals=2, float step=1.0, QWidget *parent=0, const char *name=0) | |
| ~FloatSpinBox () | |
| FloatSpinBox::FloatSpinBox | ( | QWidget * | parent = 0, |
|
| const char * | name = 0 | |||
| ) |
| FloatSpinBox::FloatSpinBox | ( | float | minValue, | |
| float | maxValue, | |||
| int | decimals = 2, |
|||
| float | step = 1.0, |
|||
| QWidget * | parent = 0, |
|||
| const char * | name = 0 | |||
| ) |
| FloatSpinBox::~FloatSpinBox | ( | ) |
| void FloatSpinBox::focusOut | ( | ) | [signal] |
| void FloatSpinBox::returnPressed | ( | ) | [signal] |
1.5.7