|Home | Tutorial | Classes | Functions | QSA Developer | Language | Library | Qt API | QSA Articles Qt Script for Applications

[Prev: Built-in Functions] [Home] [Next: debug()]

connect()

connect( signallingObject, signal, receivingObject, slot )

This function is used to create signals and slots connections between objects. Usually these connections are created visually using Qt Scripter, but the connect() function is provided for making such connections dynamically in code.

See the simplescript example program's example-script for an example.

[Prev: Built-in Functions] [Home] [Next: debug()]


Copyright © 2001-2003 TrolltechTrademarks
QSA version 1.0.0-beta2