Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 379 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 379 Bytes

Qt-RangeSlider

Implement range slider in Qt
Here is the demo:
image

How to use

  1. Import RangeSlider.cpp & RangeSlider.h to your project.
  2. Add a widget in Qt Designer.
  3. Right click this widget to promote it to RangeSlider.
  4. Now you can use this RangeSlider in your code.