diff options
Diffstat (limited to 'development/QtPy/README')
-rw-r--r-- | development/QtPy/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/QtPy/README b/development/QtPy/README new file mode 100644 index 0000000000000..8bdc7dc48c1e6 --- /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). |