Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 424 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 424 Bytes

QxtSpanSlider.py

Span slider for PyQt ported from libqxt:
Span slider

Usage

from QxtSpanSlider import QxtSpanSlider

# ...

slider = QxtSpanSlider(self.window)
slider.setRange(0, 100)
slider.setSpan(30, 70)

License

See LICENSE.