Is it possible to create such a thing?
I wish to be able to set two values (one lower and one upper bound) with it.
I could use two scrollbars, but I'd rather use just one widget. Or is there any other widget that can do this?
Is it possible to create such a thing?
I wish to be able to set two values (one lower and one upper bound) with it.
I could use two scrollbars, but I'd rather use just one widget. Or is there any other widget that can do this?
I don't think there's such a widget which could do that out of the box.
I would either subclass QSlider and add a second handle somehow, or simply put two QSliders one on top of the other.
For the latter method, a custom style would be needed for the top most slider not to draw anything else than the handle.
J-P Nurmi
Have you had any luck with this problem morea? Because I am looking to do the same thing....
No, I haven't tried yet.
Bookmarks