Expression qt.disconnect(qobject1, signature1, qobject2, signature2)
connects signal signature1 from Qt object qobject1 from
slot or signal signature2 of Qt object qobject2.
Arguments signature1, qobject2, or signature2 may be nil.
All connections matching the non-nil arguments will
then be disconnected.
This is similar to the Qt function
QObject::disconnect(...).