superqt0.7.0
superqt0.7.0
Published
Missing widgets and components for PyQt/PySide
pip install superqt
Package Downloads
Authors
Project URLs
Requires Python
>=3.9
Dependencies
- pygments
>=2.4.0
- qtpy
>=1.1.0
- typing-extensions
!=3.10.0.0,>=3.7.4.3
- cmap
>=0.1.1; extra == "cmap"
- ipython
; extra == "dev"
- mypy
; extra == "dev"
- pdbpp
; extra == "dev"
- pre-commit
; extra == "dev"
- pydocstyle
; extra == "dev"
- rich
; extra == "dev"
- ruff
; extra == "dev"
- types-pygments
; extra == "dev"
- cmap
; extra == "docs"
- mkdocs-macros-plugin
; extra == "docs"
- mkdocs-material
; extra == "docs"
- mkdocstrings
[python]; extra == "docs"
- pint
; extra == "docs"
- fonticon-fontawesome5
; extra == "font-fa5"
- fonticon-fontawesome6
; extra == "font-fa6"
- fonticon-materialdesignicons6
; extra == "font-mi6"
- fonticon-materialdesignicons7
; extra == "font-mi7"
- pyconify
>=0.1.4; extra == "iconify"
- pyqt5
; extra == "pyqt5"
- pyqt6
<6.7; extra == "pyqt6"
- pyside2
; extra == "pyside2"
- pyside6
!=6.5.0,!=6.5.1,!=6.6.2,<6.8; extra == "pyside6"
- pint
; extra == "quantity"
- cmap
; extra == "test"
- numpy
; extra == "test"
- pint
; extra == "test"
- pyconify
; extra == "test"
- pytest
; extra == "test"
- pytest-cov
; extra == "test"
- pytest-qt
; extra == "test"
superqt!
"missing" widgets and components for PyQt/PySide
This repository aims to provide high-quality community-contributed Qt widgets and components for PyQt & PySide that are not provided in the native QtWidgets module.
Components are tested on:
- macOS, Windows, & Linux
- Python 3.9 and above
- PyQt5 (5.11 and above) & PyQt6
- PySide2 (5.11 and above) & PySide6
Documentation
Documentation is available at https://pyapp-kit.github.io/superqt/
Widgets
superqt provides a variety of widgets that are not included in the native QtWidgets module, including multihandle (range) sliders, comboboxes, and more.
See the widgets documentation for a full list of widgets.
- Range Slider (multi-handle slider)
Utilities
superqt includes a number of utilities for working with Qt, including:
- tools and decorators for working with threads in qt.
superqt.fonticon
for generating icons from font files (such as Material Design Icons and Font Awesome)
See the utilities documentation for a full list of utilities.
Contributing
We welcome contributions!
Please see the Contributing Guide