mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-04-01 02:42:39 +08:00
Mention pyqt6 bindings in readme
This commit is contained in:
parent
979d76aa47
commit
de38964ca2
21
README.md
21
README.md
@ -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...](
|
|||||||

|

|
||||||
|
|
||||||
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).
|
||||||
|
Loading…
Reference in New Issue
Block a user