update readme

This commit is contained in:
Talley Lambert
2021-06-02 20:36:23 -04:00
parent 40b34213fb
commit 27bcfc4c8e
3 changed files with 21 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
# qwidgets
**Missing widgets for PyQt/PySide**
### Missing widgets for PyQt/PySide
[![License](https://img.shields.io/pypi/l/qwidgets.svg?color=green)](https://github.com/napari/qwidgets/raw/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/qwidgets.svg?color=green)](https://pypi.org/project/qwidgets)
@@ -9,14 +9,14 @@ Version](https://img.shields.io/pypi/pyversions/qwidgets.svg?color=green)](https
[![Test](https://github.com/napari/qwidgets/actions/workflows/test_and_deploy.yml/badge.svg)](https://github.com/napari/qwidgets/actions/workflows/test_and_deploy.yml)
[![codecov](https://codecov.io/gh/napari/qwidgets/branch/master/graph/badge.svg)](https://codecov.io/gh/napari/qwidgets)
## Widgets
Widgets include:
- Float Slider
- Range Slider (multi-handle slider)
- Labeled Sliders (sliders with linked spinboxes)
- [Float Slider](docs/sliders.md#float-slider)
- [Range Slider](docs/sliders.md#range-slider) (multi-handle slider)
- [Labeled Sliders](docs/sliders.md#labeled-sliders) (sliders with linked
spinboxes)
- Unbound Integer SpinBox (backed by python `int`)
## Contributing