QObject_set
Set a property value of an QObject handle (set).
Syntax
R = set(h, property_name, value)
Input argument
h - an QObject handle.
property_name - a string: property name.
value - a variable.
Output argument
R - user-settable properties and possible values for the object identified by h.
Description
This routine can be used to modify the value of a specified property from an QObject object.
Example
See also
set.
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated