Last updated 2 years ago
Was this helpful?
Returns class name of an QObject handle.
s = QObject_classname(h)
h - an QObject handle.
s - a string: class name.
, .
h1 = QObject_root() h1.className QObject_classname(h1)
1.0.0
initial version
Allan CORNET