Files
superqt/README.md
Talley Lambert 27bcfc4c8e update readme
2021-06-02 20:36:23 -04:00

28 lines
1.2 KiB
Markdown

# qwidgets
### 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)
[![Python
Version](https://img.shields.io/pypi/pyversions/qwidgets.svg?color=green)](https://python.org)
[![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](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
This repository seeks to accumulate Qt-based widgets for python (PyQt & PySide)
that are not provided in the native QtWidgets module. We welcome contributions!
Please see the [Contributing Guide](CONTRIBUTING.md)