[PyQt] QObject::connect: Parentheses expected, signal Actor::

Maxime Lemonnier maxime.lemonnier at gmail.com
Thu Mar 7 12:29:59 GMT 2019


I see, then, by curiosity, why is there a limit on qquickitem derivations,
and not on qobject derivations?



Thanks

On Wed., Mar. 6, 2019, 3:46 p.m. Phil Thompson, <phil at riverbankcomputing.com>
wrote:

> On 6 Mar 2019, at 6:01 pm, Maxime Lemonnier <maxime.lemonnier at gmail.com>
> wrote:
> >
> > Hi,
> > Thank you very much. It seems indeed benign as all the implied bindings
> work correclty afaik. when should I expect for it to make it to PyPI?
>
> With the next release of PyQt, which will probably be after the next
> release of Qt.
>
> > Thanks for upping the limit, but, why the need for a limit? There isn't
> any on the C++ side?
>
> C++ is a static language and the implementation is template based.  This
> means that the types need to be registered at compile time.
>
> > Is it a global PyQt5 limit, or, e.g. a per-module limit?
>
> Global.
>
> Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20190307/a3de9f4c/attachment.html>


More information about the PyQt mailing list