Skip to content

mborgerson/pyside6_qtads

 
 

Repository files navigation

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

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

Examples

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

Credits

About

Python bindings to Qt Advanced Docking System for PySide6

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

No contributors

Languages

  • Python 61.4%
  • CMake 36.5%
  • C 2.1%