freebsd-ports/devel/py-QtPy/pkg-message
Yuri Victorovich e494ef0e46 New port: devel/py-QtPy: Abstraction layer on top of the various Qt bindings
This is an abstraction layer on top of the various Qt bindings.

It doesn't have any explicit dependencies. It has alternative dependencies
on PyQt5, PyQt4, PySide2 or PySide which it selects in the run-time.
Users have the responsibility to ensure that one of them is installed, and
to optionally set QT_API to force one of them.

Approved by:	tcberner (mentor)
Differential Revision:	D13657
2018-01-27 00:38:14 +00:00

10 lines
473 B
Text

======================================================================
You installed py-QtPy: the abstraction layer on top of Qt bindings.
One of PyQt5, PyQt4, PySide2 or PySide bindings is required to be
installed for it to work. py-QtPy will choose between the avaiable
bindings, PyQt5 will be chosen first when available.
The QT_API environment variable can be used to force a particular
binding.
======================================================================