<< QObject_get QML engine QObject_iswindowtype >>

QObject_iswidgettype


Returns true if the QObject is a widget.


Syntax


R = QObject_iswidgettype(h)

Input argument


h

an QObject handle.

Output argument


R

a logical.

Description


Returns true if the QObject is a widget; otherwise returns false.

See also


QObject_set (set).

Example


h = errordlg()
r = QObject_iswidgettype(h)

History


Version Description
1.0.0 initial version

Author


Allan CORNET

<< QObject_get QML engine QObject_iswindowtype >>