1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-20 20:34:45 +08:00

Mention pyqt6 bindings in readme (#723)
Some checks failed
linux-builds / build (ubuntu-20.04) (push) Failing after 4m4s
linux-builds / build_ubuntu_2204 (push) Failing after 5m43s

This commit is contained in:
Talley Lambert 2025-03-03 15:38:40 -05:00 committed by GitHub
parent 483bb7354a
commit bb105d2ef6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,6 +161,7 @@ know it from Visual Studio.
- [Auto-Hide Functionality](#auto-hide-functionality) - [Auto-Hide Functionality](#auto-hide-functionality)
- [Python Bindings](#python-bindings) - [Python Bindings](#python-bindings)
- [PySide6](#pyside6) - [PySide6](#pyside6)
- [PyQt6](#pyqt6)
- [PyQt5](#pyqt5) - [PyQt5](#pyqt5)
- [Tested Compatible Environments](#tested-compatible-environments) - [Tested Compatible Environments](#tested-compatible-environments)
- [Supported Qt Versions](#supported-qt-versions) - [Supported Qt Versions](#supported-qt-versions)
@ -308,7 +309,7 @@ More about the auto hide configuration options in the [online documentation...](
![Python Logo](doc/python_logo.png) ![Python Logo](doc/python_logo.png)
Thanks to the contribution of several users, the Advanced Docking System comes Thanks to the contribution of several users, the Advanced Docking System comes
with a complete Python integration. Python bindings are available for **PyQt5** and with a complete Python integration. Python bindings are available for **PyQt5**, **PyQt6**, and
**PySide6**. **PySide6**.
### PySide6 ### PySide6
@ -328,6 +329,24 @@ The PySide6 bindings were contributed by:
Please file PySide6-QtAds-specific issues on its [pyside6_qtads](https://github.com/mborgerson/pyside6_qtads) fork for tracking. For more information about the PySide6 bindings read [this](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/issues/298) issue. Please file PySide6-QtAds-specific issues on its [pyside6_qtads](https://github.com/mborgerson/pyside6_qtads) fork for tracking. For more information about the PySide6 bindings read [this](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/issues/298) issue.
### PyQt6
A PyQt6 ADS package is available via PyPi and can be installed on Windows,
macOS, and Linux with:
```bash
pip install PyQt6Ads
```
Sample code is available [here](https://github.com/pyapp-kit/PyQt6Ads/tree/main/examples).
The PyQt6 bindings were contributed by:
- [tlambert03](https://github.com/tlambert03)
Please file PyQt6Ads-specific issues at [pyapp-kit/PyQt6Ads](https://github.com/pyapp-kit/PyQt6Ads).
### PyQt5 ### PyQt5
A package is available via [conda-forge](https://github.com/conda-forge/pyqtads-feedstock). A package is available via [conda-forge](https://github.com/conda-forge/pyqtads-feedstock).