Hi, I'm starting to program QT in order to learn as much as possible but I have a question. I know that with a signal you can connect them to many slots. (Example multiple actions or move different progress bars). But what is not is when one of those slots is busy what happens with the rest of the slots? And if for example I have mistakenly made an infinite loop and the signal never ends what happens with the other signals? Because I am a beginner and I want to learn the maximum possible theory. Forgive if you explained me wrong.