6 lines
279 B
Text
6 lines
279 B
Text
|
QtPy(pronounced 'cutie pie') 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 and PySide using the PyQt5 layout (where
|
||
|
the QtGui module has been split into QtGui and QtWidgets).
|