Here is a screenshot

H3DJF.png

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

Qt Code:
  1. leon = new QxtSpanSlider(this);
  2. leon->setFocusPolicy(Qt::NoFocus);
  3. leon->setOrientation(Qt::Horizontal);
  4. leon->setUpperPosition(8);
  5. leon->setLowerPosition(6);
  6. leon->setMaximum(16);
  7. leon->setGeometry(QRect(0,0,350,100));
To copy to clipboard, switch view to plain text mode 

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