QDoubleSpinBox which fires editingFinished() signal when the value is changed by steps (increments). More...
#include <pqDoubleSpinBox.h>
Inherits QDoubleSpinBox.
Public Member Functions | |
pqDoubleSpinBox (QWidget *parent=nullptr) | |
void | stepBy (int steps) override |
Virtual function that is called whenever the user triggers a step. More... | |
QDoubleSpinBox which fires editingFinished() signal when the value is changed by steps (increments).
Definition at line 14 of file pqDoubleSpinBox.h.
|
explicit |
|
override |
Virtual function that is called whenever the user triggers a step.
We are overriding this so that we can emit editingFinished() signal