You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -308,7 +309,7 @@ More about the auto hide configuration options in the [online documentation...](
308
309

309
310
310
311
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
312
313
**PySide6**.
313
314
314
315
### PySide6
@@ -328,6 +329,24 @@ The PySide6 bindings were contributed by:
328
329
329
330
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.
330
331
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
+
331
350
### PyQt5
332
351
333
352
A package is available via [conda-forge](https://github.com/conda-forge/pyqtads-feedstock).
0 commit comments