You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'll be great to add bindings for QObject::findChildren. See Patch.txt for my naive Qt 5 patch for QList<T> findChildren(const QString &name = QString()) const variant. According to Qt 4 and 6, bindings should be similar, but I had only Qt 5 to verify.
I'm not sure how hard would be findChildren(const QRegularExpression &re) const, but it could be skipped if it's non-trivial.
The text was updated successfully, but these errors were encountered:
This code is auto-generated, so patching the file will not survive the next generation run.
The right place was inside scripts/mkqtdecl5/mkqtdecl.conf and correspondingly for Qt4 and Qt6. But the code generation is kind of magic as I run it against a specific golden Qt API.
Hi, Matthias!
It'll be great to add bindings for
QObject::findChildren
. See Patch.txt for my naive Qt 5 patch forQList<T> findChildren(const QString &name = QString()) const
variant. According to Qt 4 and 6, bindings should be similar, but I had only Qt 5 to verify.I'm not sure how hard would be
findChildren(const QRegularExpression &re) const
, but it could be skipped if it's non-trivial.The text was updated successfully, but these errors were encountered: