mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
2b42e20408
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
341 B
Text
8 lines
341 B
Text
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.
|