Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python2-QtPy - Provides an abstraction layer on top of various Qt bindings
- Description:
QtPy (pronounced ‘cutie pie’) 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 and PySide using the PyQt5 layout
(where the QtGui module has been split into QtGui and QtWidgets).
Basically, you write your code as if you were using PyQt5 but import qt from
qtpy instead of PyQt5.
Packages