<< QObject_classname | QML engine | QObject_get >> |
hr = QObject_findchildren(h, objectName, recursive) |
an QObject handle.
a string.
a logical: true (The search is performed recursively).
a vector of QObject handle.
Returns all children of this object with the given name.
QObject_set (set), QObject_get (get).
h1 = errordlg()
h2 = errordlg()
hr = QObject_findchildren(QObject_root(), 'errordlg', true)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET