SuperQT is a collection of missing widgets and components that extend the capabilities of PyQt and PySide for building rich graphical user interfaces. It provides a variety of useful classes, from advanced sliders and combo boxes to utility functions for array conversion and signal blocking. The current version is 0.8.1, with frequent minor releases to add features and fix bugs, typically on a monthly basis.
pip install superqt PyQt6Verified import paths — ran on the pinned version, not inferred.
This example demonstrates a basic `QLabeledSlider` from `superqt`, which provides a slider with an integrated label showing its current value. It requires a Qt application context.
Upgrade Python to 3.10+ and install a compatible Qt backend (e.g., `pip install PyQt6`).
Install a Qt backend package alongside superqt: `pip install superqt PyQt6` (or PySide6/PyQt5).
Always check the documentation or examples for the correct submodule path for the specific widget or utility you intend to use. For example, `from superqt.sliders import QLabeledSlider`.
No dependency data recorded yet.