QtPy 0.1.0
Released:
Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
Navigation
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Colin Duquesnoy, Pierre Raybaut
- Maintainer: Gonzalo Peña-Castellanos
- Tags qt, PyQt4, PyQt5, PySide, Widget, QWidget
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
About
QtPy (pronounced ‘cutie pie’) is a small abstraction layer that lets you write applications using a single api call to either PyQt or PySide. QtPy also provides a set of additional QWidgets.
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.
License
This project is licensed under the MIT license.
Requirements
You need PyQt5 or PyQt4 or PySide installed on your system to make use of QtPy.
Installation
pip install qtpy
Testing
TODO:
Project details
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Colin Duquesnoy, Pierre Raybaut
- Maintainer: Gonzalo Peña-Castellanos
- Tags qt, PyQt4, PyQt5, PySide, Widget, QWidget
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic