Skip to content

Commit

Permalink
maint: enable PyQt6
Browse files Browse the repository at this point in the history
Document that PyQt6 is supported
  • Loading branch information
JSS95 committed Jan 29, 2023
1 parent 5373884 commit cd27148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ It provides:

The following Qt bindings are supported:
- [PySide6](https://pypi.org/project/PySide6/)
- [PyQt6](https://pypi.org/project/PyQt6/)

# How to use

Expand Down
1 change: 1 addition & 0 deletions doc/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Supported Qt bindings
AraViQ6 is compatible with the following Qt binding packages:

* `PySide6 <https://pypi.org/project/PySide6/>`_
* `PyQt6 <https://pypi.org/project/PyQt6/>`_

When AraViQ6 is imported, available package is searched and selected in the order mentioned above.
To force a particular API, set environment variable ``ARAVIQ_QT_API`` with package name. Letter case does not matter.

0 comments on commit cd27148

Please sign in to comment.