slackbuilds_ponce/python/pyqode.qt
Heinz Wiesinger 7f26b9929f
All: SlackBuilds run in the directory they are in
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-05 16:01:32 +07:00
..
pyqode.qt.info
pyqode.qt.SlackBuild
README
slack-desc

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.