chickadee » qt-light » qt:connect

qt:connect SOURCE SIGNAL DESTINATION #!optional SLOTprocedure

Connects the signal SIGNAL from the <qt-object> SOURCE to the slot SLOT from DESTINATION. If no slot is given, then "slot()" is assumed (which is the only slot implemented in <qt-receiver> instances). Signals and slots should be strings and follow the normal syntax used by Qt.