res = QObject_methodsignature(h, method_name)
| Paramètre | Description |
|---|---|
| h | une poignée (handle) QObject. |
| method_name | une chaîne : nom de la méthode. |
| Paramètre | Description |
|---|---|
| R | a string: method signature. |
Renvoie la signature d'une méthode d'une poignée (handle) QObject.
h = errordlg()
QObject_methodsignature(h, 'setVisible')
| Version | Description |
|---|---|
| 1.0.0 | version initiale |