I am using Visual Studio 2010 with Qt 5.0.1 integrated. I need a range selection in QSlider. Is it possible to get two handles?
Below is an image illustrating what I need.
I had the exact same problem. I thought about using the QxtSpanSlider, and although they have beautiful code, they don't keep their code up to date anymore. So, I decided to make my own. I haven't spent that much time on this, so there are kludges and probably bugs. However, it should be at a point to where you can copy/paste it into your project. I hope it'll point you in the right direction.
*note, before you use this, here is a list of all of the problems I've found and am currently working on: