Hi to all,
I'm building a little application where I need a QSlider. When I start the application I need the cursor to be positioned in the half of the slider but this doesn't happens.
When I construct the window I set slider->setValue(5) //the range is 0...10, so 5 is the half
but when I run the application the cursor is always positioned in the position 0.
I don't know why.
Regards,
Franco
Bookmarks