<< QObject_iswindowtype | QML engine | QObject_root >> |
res = QObject_methodsignature(h, method_name) |
an QObject handle.
a string : method name.
a string: method signature.
Returns the signature of a method of a QObject handle.
QObject_invoke (invoke), QObject_methods (methods).
h = errordlg()
QObject_methodsignature(h, 'setVisible')
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET