Abstraction layer on top of the various Qt bindings
QtPy is a small abstraction layer that lets you write applications using a single API call to either PyQt or PySide. It provides support for PyQt5, PyQt4, PySide2 and PySide using the Qt5 layout (where the QtGui module has been split into QtGui and QtWidgets). Basically, you write your code as if you were using PySide2 but import Qt modules from qtpy instead of PySide2 (or PyQt5)
$
pkg install py311-QtPyOrigin
devel/py-QtPy
Size
702KiB
License
MIT
Maintainer
yuri@FreeBSD.org
Dependencies
2 packages
Required by
13 packages