summaryrefslogtreecommitdiffstats
path: root/development/QtPy/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2021-04-10 05:22:53 +0200
committer Willy Sudiarto Raharjo2021-04-10 12:04:43 +0200
commit375f4610c19543281643443207c438eb38ae9fb6 (patch)
tree00f179d6166de33ae21d41837df753882dc755c4 /development/QtPy/README
parent58616c52fbccab8e70c89cb4c9363029729023a8 (diff)
downloadslackbuilds-375f4610c19543281643443207c438eb38ae9fb6.tar.gz
development/QtPy: Added (Qt abstraction layer for Python)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> 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).