QObject.connect

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

Meta