mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-07 12:51:49 +01:00
30 lines
796 B
Markdown
30 lines
796 B
Markdown
# superqt
|
|
|
|
##  "missing" widgets and components for PyQt/PySide
|
|
|
|
This repository aims to provide high-quality community-contributed Qt widgets
|
|
and components for [PyQt](https://riverbankcomputing.com/software/pyqt/) &
|
|
[PySide](https://www.qt.io/qt-for-python) that are not provided in the native
|
|
QtWidgets module.
|
|
|
|
Components are tested on:
|
|
|
|
- macOS, Windows, & Linux
|
|
- Python 3.8 and above
|
|
- PyQt5 (5.11 and above) & PyQt6
|
|
- PySide2 (5.11 and above) & PySide6
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install superqt
|
|
```
|
|
|
|
```bash
|
|
conda install -c conda-forge superqt
|
|
```
|
|
|
|
## Usage
|
|
|
|
See the [Widgets](./widgets/index.md) and [Utilities](./utilities/index.md) pages for features offered by superqt.
|