This repository was archived by the owner on Mar 4, 2018. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork12
A shim that provides support for PyQt4, PyQt5 and PySide
License
NotificationsYou must be signed in to change notification settings
pyQode/pyqode.qt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NOT MAINTAINED
pyqode.qt is ashim that let you write libraries/applications thatsupports both PyQt and PySide.
We provide support for PyQt5, PyQt4 and PySide using the PyQt5 layout (wherethe QtGui module has been split into QtGui and QtWidgets).
Basically, you write your code as if you were using PyQt5 but import qt frompyqode.qt
instead ofPyQt5
.
This project is licensed under the MIT license.
You needPyQt5 orPyQt4 orPySide installed on your system to make useof pyqode.qt, obviously.
pip install pyqode.qt
pyqode.qt is implicitely tested by pyqode.core
About
A shim that provides support for PyQt4, PyQt5 and PySide
Resources
License
Stars
Watchers
Forks
Packages0
No packages published