|
ParaView
|
QSpinBox which fires editingFinished() signal when the value is changed by steps (increments). More...
#include <pqSpinBox.h>
Public Member Functions | |
| pqSpinBox (QWidget *parent=0) | |
| virtual void | stepBy (int steps) |
| Virtual function that is called whenever the user triggers a step. | |
QSpinBox which fires editingFinished() signal when the value is changed by steps (increments).
Definition at line 40 of file pqSpinBox.h.
| pqSpinBox::pqSpinBox | ( | QWidget * | parent = 0 | ) | [explicit] |
| virtual void pqSpinBox::stepBy | ( | int | steps | ) | [virtual] |
Virtual function that is called whenever the user triggers a step.
We are overridding this so that we can emit editingFinished() signal
1.7.5.1