Hi,
How many slots can we connect to a signal?If more than one how these slots will be executed (The Order of execution)
Any one Please explain this with example
Thanks in Advance
Hi,
How many slots can we connect to a signal?If more than one how these slots will be executed (The Order of execution)
Any one Please explain this with example
Thanks in Advance
Theoretically as many as you want . there is no order in which they will be executed at least not guaranteed
Hi,
Qt reference documentation has examples about signals and slots.
http://doc.qt.nokia.com/latest/signalsandslots.html
-Ilkka