Skip to content

QRangeSlider implements a range slider for Qt based on QSlider

License

Notifications You must be signed in to change notification settings

roberto-rebello/QRangeSlider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QRangeSlider

Implementation of a range slider for Qt6.4.0

image

Demo

  1. Move to demo folder
  2. qmake && make

Usage

QtDesigner

  1. Import QRangeSlider.cpp and QRangeSlider.hpp to your project.
  2. Add a new widget.
  3. Promote widget to QRangeSlider.

C++

  1. Import QRangeSlider.cpp and QRangeSlider.hpp to your project.
  2. Create QRangeSlider object.
  3. Add to layout.

Python

  1. Work in progress...

About

QRangeSlider implements a range slider for Qt based on QSlider

Topics

Resources

License

Stars

Watchers

Forks