qt5.object

This class represents a handle to an instance of QObject.

Metamethods

__index()

Read property specified by key.

__newindex()

If value is a function, registers a callback to the key-specified signal. Otherwise, change the specified object’s property.

__call()

Call the function identified by the first argument.