Is there any advantage of using custom events over using custom signals and slots. I usually go for the signal and slots, because I took this habit from the beginning of my Qt experience. Is there any advantage in code style, performance ,architecture design (or anything else) of using custom events over signals and slots?? When does sub-classing events more appropriate than creating signals and slots?
↧