res = QObject_methodsignature(h, method_name)
| Parameter | Description |
|---|---|
| h | an QObject handle. |
| method_name | a string : method name. |
| Parameter | Description |
|---|---|
| R | a string: method signature. |
Returns the signature of a method of a QObject handle.
h = errordlg()
QObject_methodsignature(h, 'setVisible')
| Version | Description |
|---|---|
| 1.0.0 | initial version |