QML engine | QObject_findchildren >> |
s = QObject_classname(h) |
an QObject handle.
a string: class name.
Returns class name of an QObject handle.
QObject_set (set), QObject_get (get).
h1 = QObject_root()
h1.className
QObject_classname(h1)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET