PDA

View Full Version : QMultiSlider - how?



kloffy
10th August 2007, 17:36
I'm trying to create a QSlider that can have more than one handle. So far I've not been very successful.
I'd like to reuse as much code from QSlider as possible, but it seems like QSlider is not very customizable. I might have to create a new complex control with a custom style, but I'm not quite sure how to do this. Any pointers to tutorials, documentation etc. would be much appreciated.

marcel
10th August 2007, 17:40
See this: http://jpnurmi.kapsi.fi/docs/classQxtSpanSlider.html#_details
It has only two knobs, but it should get you started.

Although, doing your own is not that hard.

Regards

kloffy
10th August 2007, 17:44
Well, that's a pretty good start. Thanks!