1#ifndef _PYTHONQTUTILS_H
2#define _PYTHONQTUTILS_H
54#if( QT_VERSION >= QT_VERSION_CHECK(5,0,0) )
55 return method.methodSignature();
62#if( QT_VERSION >= QT_VERSION_CHECK(5,0,0) )
66 int idx =
sig.indexOf(
'(');
73#if( QT_VERSION >= QT_VERSION_CHECK(5,0,0) )
81 return method.typeName();
PyObject * PythonQtConvertPairToPython(const void *inPair, int metaTypeId)
QByteArray methodName(const QMetaMethod &method)
QByteArray typeName(const QMetaMethod &method)
bool isPythonClassType(PyObject *obj)
Returns of the python object is a class type.
QByteArray signature(const QMetaMethod &method)