You are not logged in.

1

Tuesday, October 25th 2005, 3:05pm

marker on QSlider

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 :)
poah?