Skip to content

Commit

Permalink
README.md: add supported Qt bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Oct 2, 2024
1 parent 240ffcc commit b662f03
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b662f03

Please sign in to comment.