dqml v0.5.0 (2016-04-10T13:04:11Z)
Home
Dub
Repo
connect.connect
dqml
qobject
QObject
connect
Undocumented in source. Be warned that the author may not have intended to support it.
bool
connect
(QObject sender, string signalName, QObject receiver, ConnectionType type)
template
connect
(alias slot)
protected static
bool
connect
(
QObject
sender
,
string
signalName
,
QObject
receiver
,
ConnectionType
type
=
ConnectionType.Auto
)
bool
connect
(QObject sender, string signalName, ConnectionType type)
bool
connect
(QObject sender, string signal, string method, ConnectionType type)
bool
connect
(QObject sender, string signal, QObject receiver, string method, ConnectionType type)
Meta
Source
See Implementation
dqml
qobject
QObject
connect
static functions
connect