Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
Project description
QtPy: Abtraction layer for PyQt5/PyQt4/PySide
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.
Attribution and acknowledgements
This project is based on the pyqode.qt project and the spyderlib.qt module from the spyder project.
Unlike pyqode.qt this is not a namespace package so it is not tied to a particular project, or namespace.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.