s = QObject_classname(h)
| Parameter | Description |
|---|---|
| h | an QObject handle. |
| Parameter | Description |
|---|---|
| s | a string: class name. |
Returns class name of an QObject handle.
h1 = QObject_root()
h1.className
QObject_classname(h1)
| Version | Description |
|---|---|
| 1.0.0 | initial version |