Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

VersionDescription
1.0.0initial version

Author

Allan CORNET