8000 GitHub - mborgerson/pyside6_qtads: Python bindings to Qt Advanced Docking System for PySide6
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.

Pre-built wheels are available for Windows, macOS, and Linux. You can 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.9.0 --outputdir qt

# Build PySide6-QtAds
LD_LIBRARY_PATH=$PWD/qt/6.9.0/gcc_64/lib \
CMAKE_PREFIX_PATH=$PWD/qt/6.9.0/gcc_64/lib/cmake/ \
PIP_EXTRA_INDEX_URL=https://download.qt.io/official_releases/QtForPython/ \
pip install -v .

Note: shiboken6-generator is required when building from source. It will be downloaded automatically in the command above from Qt's package index, as it is not available on PyPI.

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

No packages published

Languages

  • Python 62.8%
  • CMake 35.1%
  • C 2.1%
0