README.rst
October 15, 2017 ยท View on GitHub
NOT MAINTAINED
.. image:: https://raw.githubusercontent.com/pyQode/pyQode/master/media/pyqode-banner.png
|
.. image:: https://img.shields.io/pypi/v/pyqode.qt.svg :target: https://pypi.python.org/pypi/pyqode.qt/ :alt: Latest PyPI version
.. image:: https://img.shields.io/pypi/dm/pyqode.qt.svg :target: https://pypi.python.org/pypi/pyqode.qt/ :alt: Number of PyPI downloads
.. image:: https://img.shields.io/pypi/l/pyqode.qt.svg
About
pyqode.qt is a shim_ that let you write libraries/applications that
supports both PyQt and PySide.
We provide 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
pyqode.qt instead of PyQt5.
Issue tracker_Wiki_API reference_Contributing_Changelog_
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 pyqode.qt, obviously.
Installation
::
pip install pyqode.qt
Testing
pyqode.qt is implicitely tested by pyqode.core
.. _shim: http://en.wikipedia.org/wiki/Shim_%28computing%29 .. _Changelog: https://github.com/pyQode/pyqode.qt/blob/master/CHANGELOG.rst .. _Contributing: https://github.com/pyQode/pyqode.qt/blob/master/CONTRIBUTING.rst .. _pyQode: https://github.com/pyQode/pyQode .. _Issue tracker: https://github.com/pyQode/pyQode/issues .. _Wiki: https://github.com/pyQode/pyQode/wiki .. _API reference: http://pythonhosted.org/pyqode.qt