From b662f03642df061c4908f68257a2cc3a3c3ccc3d Mon Sep 17 00:00:00 2001 From: Pierre Raybaut Date: Wed, 2 Oct 2024 09:45:15 +0200 Subject: [PATCH] README.md: add supported Qt bindings --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a3efdd4..e7748c9 100644 --- a/README.md +++ b/README.md @@ -53,5 +53,18 @@ Application development tools: ## Dependencies and installation +### Supported Qt versions and bindings + +The whole PlotPyStack set of libraries relies on the [Qt](https://doc.qt.io/) GUI toolkit, thanks to [QtPy](https://pypi.org/project/QtPy/), an abstraction layer which allows to use the same API to interact with different Python-to-Qt bindings (PyQt5, PyQt6, PySide2, PySide6). + +Compatibility table: + +| guidata version | PyQt5 | PyQt6 | PySide2 | PySide6 | +|----------------|-------|-------|---------|---------| +| 3.0-3.5 | ✅ | ⚠️ | ❌ | ⚠️ | +| Latest | ✅ | ✅ | ❌ | ✅ | + +### Other dependencies and installation + See [Installation](https://guidata.readthedocs.io/en/latest/installation.html) section in the documentation for more details.