sipConnectRx

Name

sipConnectRx -- Connect a Qt or a Python signal

Synopsis

PyObject * sipConnectRx(PyObject * txobj, char * sig, PyObject * rxobj, char * slot);

Description

Connect a Qt signal or a Python signal to a Qt slot, a Qt signal, a Python slot or a Python signal. These are all possible combinations.

Return Value

Py_True or Py_False or NULL, if there was an error.

txobj

sig

rxobj

slot