You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

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?