<< QObject_findchildren | QML engine | QObject_iswidgettype >> |
R = get(h, property_name) |
an QObject handle.
a string: property name.
The data type of the return value depends on the invoked method.
R = get(h, property_name) returns the value of property asked.
h = errordlg();
h.visible % or get(h, 'visible')
h.windowTitle % or get(h, 'windowTitle')
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET