QSpinBox value changed slot has called twice on mouse click
Unsolved
General and Desktop
-
Re: Qt DoubleSpin Box value changed slot has called twice
I'm also facing the same issue...on Qt 5.7.
I tried using different slot, using connect statement, Qt::UniqueConnection and also in ui, keyboardTracking set to false.
Any hints to fix this issue??
Just noticed another thing.
If I run via Qt creator in debug or release mode, the slot gets called twice.
But If run the exe directly, it's called once only.
Strange!!! -
This post is deleted!