QObject_findchildren
Returns all children of this object with the given name.
Syntax
hr = QObject_findchildren(h, objectName, recursive)
Input argument
h - an QObject handle.
objectName - a string.
recursive - a logical: true (The search is performed recursively).
Output argument
hr - a vector of QObject handle.
Description
Returns all children of this object with the given name.
See also
Example
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated
Was this helpful?