Get started with the Community edition or unlock the full power of Pro.
Free and open source under the GPL-3.0. Includes the full 89-widget catalog.
pip install QT-PyQt-PySide-Custom-Widgets
DataTable Pro, a commercial license, and priority support.
pip install QT-PyQt-PySide-Custom-Widgets-Pro
Install the Custom Widgets plugin for Qt Designer to visually design with custom widgets.
pip install QT-PyQt-PySide-Custom-Widgets[designer]
Browse example applications and project templates to jump-start your development.
View TemplatesRequirements: Python 3.8+ and PySide6 or PyQt6.
Quick Install:
pip install QT-PyQt-PySide-Custom-Widgets
With Qt Designer plugin:
pip install QT-PyQt-PySide-Custom-Widgets[designer]
Verify installation:
python -c "import Custom_Widgets; print(Custom_Widgets.__version__)"
Check the release notes for the latest updates and changes.