Hello,
I use a QSlider and when I want to change value by code, I use setValue().
The value changes but the marker stays at the begining.
I try with sliderRect() but it only returns a QRect, and I can't give a QRect to any method (if it is with QRect)
I try too addSttep()..but it it is the same problem, it only changes value and no marker position.
if any idea, thks