[PyQt] PyQt and QPA / Lighthouse

Phil Thompson phil at riverbankcomputing.com
Fri Jul 6 18:27:32 BST 2012


On Fri, 6 Jul 2012 13:19:19 -0400, Kevin Hu <kzh at MIT.EDU> wrote:
> To whom it may concern:
> 
> The PyQt v4.9.2 release states that PyQt has support for Qt v4.8.2 and
> initial support for Qt v5. However, when searching the PyQt reference
guide
> and class reference I do not see anything related to QPA.
> 
> Does PyQt4 support Qt with QPA?

PyQt4 will support those parts of Qt4 that have been ported to Qt5. At the
moment this is limited to QtCore and QtGui.

PyQt5 will support the whole of Qt5. However I don't expect that you will
be able to write QPA plugins in Python.

Phil


More information about the PyQt mailing list