It is not possible to do that directly.
You could connect to the sliderPressed signal and set a flag in your class. Then, when you get the valueChanged signal you will now it was the result of a slider move. Otherwise the buttons were pressed.
You should take care with user keyboard actions, since they could emit the same signals( without sliderPressed).
Regards
Bookmarks