Property qobject.objectName
contains a string
representing the name of a Qt object qobject
.
Named children of a Qt object can be accessed
by indexing the parent object.
Consider for instance a variable a
referring
to a Qt object that contains a child object named "b"
.
The child object can be accessed using the Lua syntax a.b
.
In case of name conflicts, property and methods have precedence
over named children.