Skip to content

Commit bb105d2

Browse files
authored
Mention pyqt6 bindings in readme (#723)
1 parent 483bb73 commit bb105d2

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ know it from Visual Studio.
161161
- [Auto-Hide Functionality](#auto-hide-functionality)
162162
- [Python Bindings](#python-bindings)
163163
- [PySide6](#pyside6)
164+
- [PyQt6](#pyqt6)
164165
- [PyQt5](#pyqt5)
165166
- [Tested Compatible Environments](#tested-compatible-environments)
166167
- [Supported Qt Versions](#supported-qt-versions)
@@ -308,7 +309,7 @@ More about the auto hide configuration options in the [online documentation...](
308309
![Python Logo](doc/python_logo.png)
309310

310311
Thanks to the contribution of several users, the Advanced Docking System comes
311-
with a complete Python integration. Python bindings are available for **PyQt5** and
312+
with a complete Python integration. Python bindings are available for **PyQt5**, **PyQt6**, and
312313
**PySide6**.
313314

314315
### PySide6
@@ -328,6 +329,24 @@ The PySide6 bindings were contributed by:
328329

329330
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.
330331

332+
### PyQt6
333+
334+
A PyQt6 ADS package is available via PyPi and can be installed on Windows,
335+
macOS, and Linux with:
336+
337+
```bash
338+
pip install PyQt6Ads
339+
```
340+
341+
Sample code is available [here](https://github.com/pyapp-kit/PyQt6Ads/tree/main/examples).
342+
343+
The PyQt6 bindings were contributed by:
344+
345+
- [tlambert03](https://github.com/tlambert03)
346+
347+
Please file PyQt6Ads-specific issues at [pyapp-kit/PyQt6Ads](https://github.com/pyapp-kit/PyQt6Ads).
348+
349+
331350
### PyQt5
332351

333352
A package is available via [conda-forge](https://github.com/conda-forge/pyqtads-feedstock).

0 commit comments

Comments
 (0)