QObject_methodsignature
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the signature of a method of a QObject handle.
res = QObject_methodsignature(h, method_name)
h - an QObject handle.
method_name - a string : method name.
R - a string: method signature.
Returns the signature of a method of a QObject handle.
, .
1.0.0
initial version
Allan CORNET