Hi, I think it is not possible with standard Qt widgets (unless you subclass them and do all necessary stuff yourself), but you can find a slider with two handles in the Qxt library: QxtSpanSlider.

Ginsengelf