[lazarus] QT Slots

Michael Van Canneyt michael.vancanneyt at wisa.be
Tue May 25 05:51:07 EDT 1999




On Mon, 24 May 1999, Baeseman, Cliff wrote:

> That might lead to some interesting things happening. Inside of the toolkit
> I do not think I would ever try to connect
> two event handlers to the same slot.  Seems to me they did that for
> multithreading support?

No. But you may want several things to happen when for instance a user clicks
a button.

Anyway, the implementation is such that the signals are sent to slots in the order
that they were attached.

Michael.






More information about the Lazarus mailing list