- Author: ngohaibac@hocdelam.org
Website: www.ngohaibac.net
- Qt Reference Documentation
-
Signals and Slots
- Topic
-
A signal is emitted when a particular event occurs
- Emitted by Slot or other funtions
-
A slot is a function that is called in response to a particular signal
- Slot is implemented by software
- Can emit Signal
- connect a signal to a slot,
the slot will be called with the signal's parameters at the right time
-
Connect
- QObject::connect()