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.
See also
QObject_set (set), QObject_get (get).
Example
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated