superqt0.7.6
superqt0.7.6
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
>=2.4.0
- typing-extensions
>=4.12.0; python_version >= "3.13"
- typing-extensions
>=4.5.0
- cmap
>=0.2; extra == "cmap"
- fonticon-fontawesome5
>=5.15.4; extra == "font-fa5"
- fonticon-fontawesome6
>=6.4.0; extra == "font-fa6"
- fonticon-materialdesignicons6
>=6.9.96; extra == "font-mi6"
- fonticon-materialdesignicons7
>=7.2.96; extra == "font-mi7"
- pyconify
>=0.1.4; extra == "iconify"
- pyqt5-qt5
==5.15.2; sys_platform == "win32" and extra == "pyqt5"
- pyqt5-qt5
>=5.15.16; sys_platform != "win32" and extra == "pyqt5"
- pyqt5
>=5.15.10; extra == "pyqt5"
- pyqt6
!=6.6,>=6.4.0; extra == "pyqt6"
- pyqt6
!=6.6,>=6.7.0; python_version >= "3.12" and extra == "pyqt6"
- numpy
<2,>=1.19; python_version < "3.11" and extra == "pyside2"
- numpy
<2,>=1.26; (python_version >= "3.11" and python_version < "3.13") and extra == "pyside2"
- pyside2
>=5.15; extra == "pyside2"
- pyside6
!=6.5.0,!=6.5.1,!=6.6.2,>=6.4.0; extra == "pyside6"
- pyside6
>=6.7.0; python_version >= "3.12" and extra == "pyside6"
- pint
>=0.21; extra == "quantity"
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