This class is missing documentation.
QObject.new(argumentArray)
.connectFunction(signal, object, synchronous: false)
.connectMethod(signal, handler, direct: false)
.connectSlot(signal, receiver, slot)
.initQObject(className, argumentArray)
.invokeMethod(method, arguments, synchronous: true)
.methods(plain: true, signals: false, slots: true)
.prConnectObject(signal, object, synchronous: false)
.prConstruct(className, argumentArray)
.setEventHandler(event, method, direct: false, enabled: true)
.setProperty(property, value, direct: true)
Copy and paste the text below and save to HelpSource/Classes/QObject.schelp
link::Classes/QObject::