QObject_root

QObject root object.

📝 Syntax

  • r = QObject_root()

📤 Output argument

  • h - QObject handle of Nelson gui.

📄 Description

Returns QObject handle of Nelson gui.

💡 Example

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

🔗 See also

QObject_set (set), QObject_get (get).

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?