aboutsummaryrefslogtreecommitdiff
path: root/development/QtPy/README
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2022-02-16 18:47:15 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-17 12:59:48 +0700
commitf90b120a1cbce1d0f4162e7b5b620e8d7726049b (patch)
treec52bde4c70baf08d1836338aab608f614981de92 /development/QtPy/README
parent33dfbaac3ee9fafd3d5ae79dd4a6a669dffd8f15 (diff)
development/QtPy: Removed (abandoned).
Signed-off-by: Matteo Bernardini <ponce@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, 0 insertions, 5 deletions
diff --git a/development/QtPy/README b/development/QtPy/README
deleted file mode 100644
index 8bdc7dc48c1e6..0000000000000
--- a/development/QtPy/README
+++ /dev/null
@@ -1,5 +0,0 @@
-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).