Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
A shim that provides support for PyQt4, PyQt5 and PySide
Python Shell
Branch: master

Fetching latest commit…

Cannot retrieve the latest commit at this time

Failed to load latest commit information.
doc
examples
pyqode
tools/git-hooks
.gitignore
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
makeppa.sh
setup.cfg
setup.py
stdeb.cfg

README.rst

https://raw.githubusercontent.com/pyQode/pyQode/master/media/pyqode-banner.png

Latest PyPI version Number of PyPI downloads

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.

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

Something went wrong with that request. Please try again.