stop updating values continuously as sliders are dragged
This commit is contained in:
parent
a59b494758
commit
d359075c64
@ -46,6 +46,7 @@ DoubleInput::DoubleInput(QObject *parent, double min, double max,
|
||||
_spin_box->setValue(value);
|
||||
_slider->setMaximum(_slider_resolution);
|
||||
_slider->setValue(doubleToInt(value));
|
||||
_slider->setTracking(false);
|
||||
connect(_slider, &QSlider::valueChanged,
|
||||
this, &DoubleInput::onSliderValueChanged);
|
||||
connect(_spin_box, QOverload<double>::of(&QDoubleSpinBox::valueChanged),
|
||||
|
Loading…
Reference in New Issue
Block a user