<div dir="ltr">Hi, <div>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?</div><div><br></div><div>Thanks for upping the limit, but, why the need for a limit? There isn't any on the C++ side?</div><div><br></div><div>Is it a global PyQt5 limit, or, e.g. a per-module limit?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 6, 2019 at 11:54 AM Phil Thompson <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 28 Feb 2019, at 9:10 pm, Maxime Lemonnier <<a href="mailto:maxime.lemonnier@gmail.com" target="_blank">maxime.lemonnier@gmail.com</a>> wrote:<br>
> <br>
> When I derive a class from QObject and use it from qml, I get annoying warnings if I declare a property in the qml declaration, and bind that property anywhere.<br>
> <br>
> I get one <br>
> <br>
> 'QObject::connect: Parentheses expected, signal MyClass::'<br>
> <br>
> per binding, which can amount to a lot. so many in fact that it slows down startup time of my app significantly (.5s on Linux, 15-20s on Windoze).<br>
> <br>
> I can fix it by deriving from QQuickItem instead, but then I hit a mysterious:<br>
> <br>
> 'TypeError: a maximum of 30 QQuickItem types may be registered with QML'<br>
> <br>
> Where does this limitation comes from?, I get no hit from google on it. <br>
> <br>
> thank you<br>
> <br>
> (I sent this message once, but I forgot I unsubscribed to mailing list, so I'm resending it since it does not appear in the archive, sorry If I double-sent)<br>
<br>
This should be fixed in tonight's snapshot. I think the message is benign - but I'm not completely sure.<br>
<br>
I've also doubled the limit on the number of QQuickItem types you can register.<br>
<br>
Phil<br>
<br>
</blockquote></div>