diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-19 19:20:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:49:48 +0700 |
commit | 2b42e20408ddc33e05c96a4424bf6ad3846b1855 (patch) | |
tree | 0423f212d06a764ee4ad0cb9513a26bf52fc386a /python/pyqode.qt/README | |
parent | a8358d5ba463a0e62b11ed49d4fed67fbba61e85 (diff) | |
download | slackbuilds-2b42e20408ddc33e05c96a4424bf6ad3846b1855.tar.gz |
python/pyqode.qt: Added (Wrapper library for PyQt and PySIde).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyqode.qt/README')
-rw-r--r-- | python/pyqode.qt/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/pyqode.qt/README b/python/pyqode.qt/README new file mode 100644 index 0000000000..b698286237 --- /dev/null +++ b/python/pyqode.qt/README @@ -0,0 +1,8 @@ +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. |