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