powered by
QObject
qfindChild(x, name)
parent <- Qt$QObject() child <- Qt$QObject(parent) child$objectName <- "foo" qfindChild(parent, "foo")
Run the code above in your browser using DataLab