slackbuilds/python/pyqode.qt
Dimitris Zlatanidis db8d993f1d python/pyqode.qt: Fix .info file.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2016-08-28 00:27:40 +01:00
..
README python/pyqode.qt: Added (Wrapper library for PyQt and PySIde). 2016-08-20 07:49:48 +07:00
pyqode.qt.SlackBuild python/pyqode.qt: Added (Wrapper library for PyQt and PySIde). 2016-08-20 07:49:48 +07:00
pyqode.qt.info python/pyqode.qt: Fix .info file. 2016-08-28 00:27:40 +01:00
slack-desc python/pyqode.qt: Added (Wrapper library for PyQt and PySIde). 2016-08-20 07:49:48 +07:00

README

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.