Understanding Qt Event system
Unsolved
Qt Contribution
-
Hi guys! There is one thing that interests me is the event system in QT. I want to get a deeper look at how it works. What I see at first glance, it's a ton of code with lots of dependencies. Looking at all this code written about 20 years, you start to think that this is a task that cannot be solved. I'm not afraid to read code line by line, but I hope that can be a more efficient approach to study the event system.
P.S. I'm not looking for an easy way, but rather a more effecient.
Any tips is highly appreciated.