QObject_methodsignature
Returns the signature of a method of a QObject handle.
📝 Syntax
res = QObject_methodsignature(h, method_name)
📥 Input argument
h - an QObject handle.
method_name - a string : method name.
📤 Output argument
R - a string: method signature.
📄 Description
Returns the signature of a method of a QObject handle.
💡 Example
h = errordlg()
QObject_methodsignature(h, 'setVisible')🔗 See also
QObject_invoke (invoke), QObject_methods (methods).
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?