add support for PyQt6 and PySide6

This commit is contained in:
Talley Lambert
2021-04-24 11:36:31 -04:00
parent 0f1be2fe89
commit cec8a7f7d0
11 changed files with 331 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ behave like a standard QSlider... just with multiple handles.
- Uses platform-specific Qt styles
- Supports style sheets
- Supports mouse wheel and keypress (soon) events
- Supports both PyQt5 and PySide2 (via qtpy)
- Supports PyQt5, PyQt6, PySide2 and PySide6
## Installation