|Home | Tutorial | Classes | Functions | QSA Workbench | Language | Qt API | QSA Articles | Qt Script for Applications | ![]() |
[Prev: Built-in Functions] [Home] [Next: debug()]
connect( signallingObject, signal, receivingObject, slot )
This function is used to create signals and slots connections between objects.
See the simplescript example program's example-script for an example.
connect( sender, signal, functionRef )
This function is used to create signals and slots connections between objects. functionRef can be a global function or a mamber of the class.
[Prev: Built-in Functions] [Home] [Next: debug()]
Copyright © 2001-2006 Trolltech | Trademarks | QSA version 1.1.5
|