<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">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></div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><br></div><div>I get one </div><div><br></div><div>'QObject::connect: Parentheses expected, signal MyClass::'<br></div><div><br></div><div>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).</div><div><br></div><div>I can fix it by deriving from QQuickItem instead, but then I hit a mysterious:</div><div><br></div><div>'TypeError: a maximum of 30 QQuickItem types may be registered with QML'</div><div><br></div>Where does this limitation comes from?, I get no hit from google on it. </div><div dir="ltr"><br></div><div>thank you</div><div><br></div><div>(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)</div></div></div>
</div></div>