PySide6-QtAds

April 28, 2026 ยท View on GitHub

Latest Release Monthly Downloads

Python/PySide6 bindings to the Qt Advanced Docking System library.

Install with:

pip install PySide6-QtAds

You may also build from source. Example build from source on Ubuntu 24.04:

# Install Qt (for example, using aqtinstall)
pip install aqtinstall
aqt install-qt linux desktop 6.11.0 --outputdir qt

# Build PySide6-QtAds
LD_LIBRARY_PATH=$PWD/qt/6.11.0/gcc_64/lib \
CMAKE_PREFIX_PATH=$PWD/qt/6.11.0/gcc_64/lib/cmake/ \
pip install -v .

Examples

https://github.com/mborgerson/Qt-Advanced-Docking-System/tree/pyside6

Credits