Expression qt.disconnect(qobject, signature, func)
disconnects the signal signature from Qt object qobject
from the Lua function func.
Arguments signature or function may be nil.
All connections matching the non-nil arguments
will then be disconnected.