PDA

View Full Version : QxtSpanSlider weird issue, any other way to create a slider widget with 2 sliders?



Bong.Da.City
18th November 2012, 20:03
Here is a screenshot

8429

Do you see that orange thing on the left? Why? This is the code i use


leon = new QxtSpanSlider(this);
leon->setFocusPolicy(Qt::NoFocus);
leon->setOrientation(Qt::Horizontal);
leon->setUpperPosition(8);
leon->setLowerPosition(6);
leon->setMaximum(16);
leon->setGeometry(QRect(0,0,350,100));

If it is not possible to fix this issue do you know any other way to create a slider widget with 2 sliders?