<< QObject_methodsignature QML engine QObject_set >>

QObject_root


QObject root object.


Syntax


r = QObject_root()

Output argument


h

QObject handle of Nelson gui.

Description


Returns QObject handle of Nelson gui.

See also


QObject_set (set), QObject_get (get).

Example


h1 = QObject_root()
h1.windowTitle
h1.windowTitle = 'Your title'

History


Version Description
1.0.0 initial version

Author


Allan CORNET

<< QObject_methodsignature QML engine QObject_set >>