mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-06 12:21:17 +01:00
update readme
This commit is contained in:
10
README.md
10
README.md
@@ -12,23 +12,19 @@ The goal of this package is to provide a QRangeSlider that feels as "native"
|
||||
as possible. Styles should match the OS by default, and the slider should
|
||||
behave like a standard QSlider... just with multiple handles.
|
||||
|
||||
- Supports more than 2 handles (e.g. `slider.setValue([0, 10, 60, 80])`)
|
||||
- Attempts to match QSlider API as closely as possible
|
||||
- Uses platform-specific Qt styles
|
||||
- Supports style sheets
|
||||
- Uses platform-specific styles (for handle, groove, & ticks) but also supports QSS style sheets.
|
||||
- Supports mouse wheel and keypress (soon) events
|
||||
- Supports PyQt5, PyQt6, PySide2 and PySide6
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
You can install `PyQRangeSlider` via [pip]:
|
||||
You can install `PyQRangeSlider` via pip:
|
||||
|
||||
pip install pyqrangeslider
|
||||
|
||||
## License
|
||||
|
||||
Distributed under the terms of the [BSD-3] license,
|
||||
"PyQRangeSlider" is free and open source software
|
||||
|
||||
## Issues
|
||||
|
||||
|
||||
Reference in New Issue
Block a user