QObject.disconnect

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool disconnect(QObject sender, string signal, string method)
    class QObject
    protected
    bool
    disconnect
    (,
    string signal
    ,
    string method
    )
  2. bool disconnect(QObject sender, string signal, QObject receiver, string method)
  3. template disconnect(alias slot)

Meta