[PyQt] Pyqt 5.7.1 no signature compatible with focusChanged

oliver oliver.schoenborn at gmail.com
Tue Aug 30 22:33:30 BST 2016


On Sat, Aug 27, 2016, 17:42 Florian Bruhin <me at the-compiler.org> wrote:

> * oliver <oliver.schoenborn at gmail.com> [2016-08-26 21:39:55 +0000]:
> > @pyqtSlot(QWidget, QWidget)
>
> This should be 'QWidget*' because that's what the function takes - not
> a QWidget, but a pointer to it.
>

Ah, pyqtSlot('QWidget*', 'QWidget*') worked, thx!
Oliver

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160830/641bc799/attachment.html>


More information about the PyQt mailing list