QObject_root
QObject root object.
📝Syntax
r = QObject_root()
📤Output Arguments
Parameter Description
h QObject handle of Nelson gui.
📄Description

Returns QObject handle of Nelson gui.

💡Examples
h1 = QObject_root()
h1.windowTitle
h1.windowTitle = 'Your title'
🔗See Also
QObject_set (set)QObject_get (get)
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub