summaryrefslogtreecommitdiffstats
path: root/development/QtPy/README
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2022-02-23 13:44:45 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-24 08:42:30 +0700
commitb8bb8a976c1cd22c848d2799ecb62fe854d84724 (patch)
tree840be8dcec824e649f6237c0da7705735615ce11 /development/QtPy/README
parentc13670a6bd1ca60e972db12f492e6ee2673a8a4d (diff)
downloadslackbuilds-b8bb8a976c1cd22c848d2799ecb62fe854d84724.tar.gz
slackbuilds-b8bb8a976c1cd22c848d2799ecb62fe854d84724.tar.xz
python/QtPy: Added QtPy (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/QtPy/README')
-rw-r--r--development/QtPy/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/QtPy/README b/development/QtPy/README
new file mode 100644
index 0000000000..8bdc7dc48c
--- /dev/null
+++ b/development/QtPy/README
@@ -0,0 +1,5 @@
+QtPy is a small abstraction layer that lets you write applications using
+a single API call to either PyQt or PySide.
+
+It provides support for PyQt5, PyQt4, PySide2 and PySide using the Qt5
+layout (where the QtGui module has been split into QtGui and QtWidgets).