summaryrefslogtreecommitdiffstats
path: root/development/QtPy/README
diff options
context:
space:
mode:
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..d3c3b844ab
--- /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, PySide2, PyQt6 and PySide6 using the Qt5
+layout (where the QtGui module has been split into QtGui and QtWidgets).