Hi,

I want to bind with sip a connect method which can be used with a slot for
which the signature will change from one call to the other:

The class looks a bit like that:

class Foo
{
Q_OBJECT
public:
    void connect(const int eventType, QObject *receiver, const char
*member);
}



    void connect(const int eventType, SIP_RXOBJ_CON receiver, SIP_SLOT
member) [void (const int eventType, QObject *receiver, const char *member)];
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to