QObject_get
Last updated
Was this helpful?
Last updated
Was this helpful?
Retrieve a property value from an QObject handle.
R = get(h, property_name)
h - an QObject handle.
property_name - a string: property name.
R - The data type of the return value depends on the invoked method.
R = get(h, property_name) returns the value of property asked.
, .
1.0.0
initial version
Allan CORNET