<< QObject_get | QML engine | QObject_iswindowtype >> |
R = QObject_iswidgettype(h) |
an QObject handle.
a logical.
Returns true if the QObject is a widget; otherwise returns false.
h = errordlg()
r = QObject_iswidgettype(h)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET