Set a property value of an handle object.
R = set(h, property_name, value)
h - an handle object.
property_name - a string: property name.
value - a variable.
R - user-settable properties and possible values for the object identified by h.
This routine can be used to modify the value of a specified property from an handle object.
QObject_set (set), get, invoke.
1.0.0
initial version
Last updated 3 months ago