QObject_methodsignature
Returns the signature of a method of a QObject handle.
📝Syntax
res = QObject_methodsignature(h, method_name)
📥Input Arguments
Parameter Description
h an QObject handle.
method_name a string : method name.
📤Output Arguments
Parameter Description
R a string: method signature.
📄Description

Returns the signature of a method of a QObject handle.

💡Examples
h = errordlg()
QObject_methodsignature(h, 'setVisible')
🔗See Also
QObject_invoke (invoke)QObject_methods (methods)
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub