QObject_classname

Returns class name of an QObject handle.

📝 Syntax

  • s = QObject_classname(h)

📥 Input argument

  • h - an QObject handle.

📤 Output argument

  • s - a string: class name.

📄 Description

Returns class name of an QObject handle.

💡 Example

h1 = QObject_root()
h1.className
QObject_classname(h1)

🔗 See also

QObject_set (set), QObject_get (get).

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?