PySide6 bindings to Qt Advanced Docking System


License
Other
Install
pip install PySide6-QtAds==4.4.1.2

Documentation

PySide6-QtAds

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.10.1 --outputdir qt

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

Examples

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

Credits