44![ GitHub release] ( https://img.shields.io/github/last-commit/philipstarkey/qtutils.svg )
55[ ![ Python Version] ( https://img.shields.io/pypi/pyversions/qtutils.svg )] ( https://python.org )
66[ ![ Documentation Status] ( https://readthedocs.org/projects/qtutils/badge/?version=stable )] ( https://qtutils.readthedocs.io/en/stable/?badge=stable )
7- [ ![ PyPi Version] ( https://img.shields.io/pypi/v/qtutils.svg )] ( https://pypi.python.org/pypi/qtutils/ )
7+ [ ![ PyPi Version] ( https://img.shields.io/pypi/v/qtutils.svg )] ( https://pypi.python.org/pypi/qtutils/ )
88[ ![ Conda Version] ( https://img.shields.io/conda/v/labscript-suite/qtutils )] ( https://anaconda.org/labscript-suite/qtutils )
9- [ ![ PyPi License] ( https://img.shields.io/pypi/l/qtutils.svg )] ( https://github.com/philipstarkey/qtutils/blob/master/LICENSE.txt )
9+ [ ![ PyPi License] ( https://img.shields.io/pypi/l/qtutils.svg )] ( https://github.com/philipstarkey/qtutils/blob/master/LICENSE.txt )
1010
1111Utilities for providing concurrent access to Qt objects, simplified QSettings storage,
1212and dynamic widget promotion when loading UI files, in Python Qt applications. Includes
@@ -30,7 +30,7 @@ license](https://ubuntu.com/legal/font-licence)).
3030## Summary
3131
3232` qtutils ` is a Python library that provides some convenient features to Python
33- applications using the PyQt5/PySide6 widget library.
33+ applications using the PyQt5/PyQt6/ PySide6 widget library.
3434
3535` qtutils ` 4.0 dropped support for PySide2. If you need to use PySide2, you may use
3636` qtutils ` 3.1.0 or earlier.
@@ -53,8 +53,8 @@ applications using the PyQt5/PySide6 widget library.
5353 If you can't or don't want to provide attribution, please purchase a royalty-free
5454 license from http://p.yusukekamiyamane.com/
5555
56- * ` Qt ` : a PyQt5/PySide6 agnostic interface to Qt that allows you to import qtutils.qt
57- instead of PySide6 or PyQt5, and have your code run on both, with some convenience
56+ * ` Qt ` : a PyQt5/PyQt6/ PySide6 agnostic interface to Qt that allows you to import qtutils.qt
57+ instead of PySide6 or PyQt5/6 , and have your code run on both, with some convenience
5858 aliases to make it easier to write code that works with both libraries. Note that this
5959 is not a comprehensive abstraction layer like [ QtPy] ( https://pypi.org/project/QtPy/ )
6060 and your code will still need to be written in a way generally compatible with both
0 commit comments