QObject_classnameReturns class name of an QObject handle.
QObject_findchildrenReturns all children of this object with the given name.
QObject_getRetrieve a property value from an QObject handle.
QObject_iswidgettypeReturns true if the QObject is a widget.
QObject_iswindowtypeReturns true if the QObject is a window.
QObject_methodsignatureReturns the signature of a method of a QObject handle.
QObject_setSet a property value of an QObject handle (set).
QObject_undefineUndefine a dynamic property of a QObject handle.
QObject_usedReturns list of current used QObject handle.
nelsonObjectnelson object callable from QML.
qml_addimportpathAdds path as directory where the qml engine searches for installed modules.
qml_addpluginpathAdds path as directory where the qml engine searches for native plugins.
qml_clearcomponentcacheClears the engine's internal component cache..
qml_collectgarbageRuns the Qml garbage collector.
qml_createqquickviewLoad a QML file and creates a window.
qml_importpathlistReturns the list of directories where the engine searches for installed modules in a URL-based directory structure.
qml_offlinestoragepathGet the Property contains the directory to store offline user data.
qml_pluginpathlistReturns the list of directories where the engine searches for native plugins for imported modules.
qml_setofflinestoragepathSet the Property contains the directory to store offline user data.
qt_constantReturns Qt constant value.